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

/freebsd-current/lib/msun/src/
H A Ds_carg.c33 carg(double complex z) function
H A Ds_cpow.c63 arga = carg (a);
/freebsd-current/include/
H A Dcomplex.h74 double carg(double complex);
H A Dtgmath.h204 #define carg(x) __tg_simple(x, carg) macro
/freebsd-current/tools/regression/include/tgmath/
H A Dtgmath.c157 TGMACRO_COMPLEX_REAL_RET(carg)
600 PRINT("carg",
601 PASS_REAL_ARG_REAL_RET_(carg, _complex) &&
602 PASS_COMPLEX_ARG_REAL_RET(carg));
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1218 // carg
1238 __tg_carg(double _Complex __x) {return carg(__x);}
1244 #undef carg macro
1245 #define carg(__x) __tg_carg(__tg_promote1((__x))(__x)) macro
/freebsd-current/lib/msun/
H A DMakefile193 atan2.3 carg.3 atan2.3 cargf.3 atan2.3 cargl.3

Completed in 132 milliseconds