brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.7 KiB · 0531848 Raw
139 lines · yaml
1header: complex.h2header_template: complex.h.def3macros: []4types:5  - type_name: cfloat166  - type_name: cfloat1287  - type_name: float1288enums: []9objects: []10functions:11  - name: cimag12    standards:13      - stdc14    return_type: double15    arguments:16      - type: _Complex double17  - name: cimagf18    standards:19      - stdc20    return_type: float21    arguments:22      - type: _Complex float23  - name: cimagl24    standards:25      - stdc26    return_type: long double27    arguments:28      - type: _Complex long double29  - name: cimagf1630    standards:31      - stdc32    return_type: _Float1633    arguments:34      - type: cfloat1635    guard: LIBC_TYPES_HAS_CFLOAT1636  - name: cimagf12837    standards:38      - stdc39    return_type: float12840    arguments:41      - type: cfloat12842    guard: LIBC_TYPES_HAS_CFLOAT12843  - name: creal44    standards:45      - stdc46    return_type: double47    arguments:48      - type: _Complex double49  - name: crealf50    standards:51      - stdc52    return_type: float53    arguments:54      - type: _Complex float55  - name: creall56    standards:57      - stdc58    return_type: long double59    arguments:60      - type: _Complex long double61  - name: crealf1662    standards:63      - stdc64    return_type: _Float1665    arguments:66      - type: cfloat1667    guard: LIBC_TYPES_HAS_CFLOAT1668  - name: crealf12869    standards:70      - stdc71    return_type: float12872    arguments:73      - type: cfloat12874    guard: LIBC_TYPES_HAS_CFLOAT12875  - name: conj76    standards:77      - stdc78    return_type: _Complex double79    arguments:80      - type: _Complex double81  - name: conjf82    standards:83      - stdc84    return_type: _Complex float85    arguments:86      - type: _Complex float87  - name: conjl88    standards:89      - stdc90    return_type: _Complex long double91    arguments:92      - type: _Complex long double93  - name: conjf1694    standards:95      - stdc96    return_type: cfloat1697    arguments:98      - type: cfloat1699    guard: LIBC_TYPES_HAS_CFLOAT16100  - name: conjf128101    standards:102      - stdc103    return_type: cfloat128104    arguments:105      - type: cfloat128106    guard: LIBC_TYPES_HAS_CFLOAT128107  - name: cproj108    standards:109      - stdc110    return_type: _Complex double111    arguments:112      - type: _Complex double113  - name: cprojf114    standards:115      - stdc116    return_type: _Complex float117    arguments:118      - type: _Complex float119  - name: cprojl120    standards:121      - stdc122    return_type: _Complex long double123    arguments:124      - type: _Complex long double125  - name: cprojf16126    standards:127      - stdc128    return_type: cfloat16129    arguments:130      - type: cfloat16131    guard: LIBC_TYPES_HAS_CFLOAT16132  - name: cprojf128133    standards:134      - stdc135    return_type: cfloat128136    arguments:137      - type: cfloat128138    guard: LIBC_TYPES_HAS_CFLOAT128139