Home
last modified time | relevance | path

Searched refs:cproj (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_cproj.c36 cproj(double complex z) in cproj() function
46 __weak_reference(cproj, cprojl);
/freebsd/include/
H A Dtgmath.h207 #define cproj(x) __tg_simple(x, cproj) macro
H A Dcomplex.h117 double complex cproj(double complex) __pure2;
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c160 TGMACRO_COMPLEX(cproj)
613 PASS_REAL_ARG_COMPLEX_RET(cproj) && in main()
614 PASS_COMPLEX_ARG_COMPLEX_RET(cproj)); in main()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1313 __tg_cproj(double __x) {return cproj(__x);} in __tg_cproj()
1325 __tg_cproj(double _Complex __x) {return cproj(__x);} in __tg_cproj()
1331 #undef cproj
1332 #define cproj(__x) __tg_cproj(__tg_promote1((__x))(__x)) macro
/freebsd/lib/msun/
H A DSymbol.map215 cproj;
H A DMakefile207 cimag.3 cproj.3 cimag.3 cprojf.3 cimag.3 cprojl.3 \
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc395 SYMBOL(cproj, None, <complex.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1521 fun:cproj=uninstrumented
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3983 let Spellings = ["cproj"];