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

/freebsd-current/lib/msun/src/
H A Ds_cproj.c36 cproj(double complex z) function
46 __weak_reference(cproj, cprojl);
/freebsd-current/include/
H A Dcomplex.h117 double complex cproj(double complex) __pure2;
H A Dtgmath.h207 #define cproj(x) __tg_simple(x, cproj) macro
/freebsd-current/tools/regression/include/tgmath/
H A Dtgmath.c160 TGMACRO_COMPLEX(cproj)
612 PRINT("cproj",
613 PASS_REAL_ARG_COMPLEX_RET(cproj) &&
614 PASS_COMPLEX_ARG_COMPLEX_RET(cproj));
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1305 // cproj
1313 __tg_cproj(double __x) {return cproj(__x);}
1325 __tg_cproj(double _Complex __x) {return cproj(__x);}
1331 #undef cproj macro
1332 #define cproj(__x) __tg_cproj(__tg_promote1((__x))(__x)) macro
/freebsd-current/lib/msun/
H A DMakefile207 cimag.3 cproj.3 cimag.3 cprojf.3 cimag.3 cprojl.3 \

Completed in 125 milliseconds