Searched refs:cproj (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/lib/msun/src/
H A Ds_cproj.c36 cproj(double complex z) function
46 __weak_reference(cproj, cprojl);
/freebsd-10-stable/include/
H A Dcomplex.h95 double complex cproj(double complex) __pure2;
H A Dtgmath.h207 #define cproj(x) __tg_simple(x, cproj) macro
/freebsd-10-stable/lib/msun/
H A DSymbol.map217 cproj;
H A DMakefile164 cimag.3 cproj.3 cimag.3 cprojf.3 cimag.3 cprojl.3 \
/freebsd-10-stable/tools/regression/include/tgmath/
H A Dtgmath.c162 TGMACRO_COMPLEX(cproj)
614 PRINT("cproj",
615 PASS_REAL_ARG_COMPLEX_RET(cproj) &&
616 PASS_COMPLEX_ARG_COMPLEX_RET(cproj));
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1312 // cproj
1320 __tg_cproj(double __x) {return cproj(__x);}
1332 __tg_cproj(double _Complex __x) {return cproj(__x);}
1338 #undef cproj macro
1339 #define cproj(__x) __tg_cproj(__tg_promote1((__x))(__x)) macro

Completed in 142 milliseconds