Searched refs:creall (Results 1 - 16 of 16) sorted by relevance

/freebsd-11.0-release/lib/msun/src/
H A Ds_creall.c32 creall(long double complex z) function
H A Ds_conjl.c37 return (CMPLXL(creall(z), -cimagl(z)));
H A Ds_cargl.c37 return (atan2l(cimagl(z), creall(z)));
H A Dw_cabsl.c19 return hypotl(creall(z), cimagl(z));
H A Ds_cprojl.c39 if (!isinf(creall(z)) && !isinf(cimagl(z)))
H A Ds_csqrtl.c56 a = creall(z);
/freebsd-11.0-release/lib/msun/tests/
H A Dtest-utils.h155 return (fpequal(creall(d1), creall(d2)) &&
H A Dcsqrt_test.c193 assert(creall(t_csqrt(CMPLXL(INFINITY, NAN))) == INFINITY);
196 assert(isnan(creall(t_csqrt(CMPLXL(-INFINITY, NAN)))));
230 assert(creall(result) == ldexpl(14 * 0x1p-4, maxexp / 2));
H A Dconj_test.c50 static long double (*libcreall)(long double complex) = creall;
H A Dinvctrig_test.c62 creall(_d), cimagl(_d), creall(result), cimagl(result)); \
75 creall(_d), cimagl(_d), creall(result), cimagl(result)); \
H A Dctrig_test.c62 creall(_d), cimagl(_d), creall(result), cimagl(result)); \
76 creall(_d), cimagl(_d), creall(result), cimagl(result)); \
/freebsd-11.0-release/include/
H A Dcomplex.h100 long double creall(long double complex) __pure2;
/freebsd-11.0-release/lib/msun/ld128/
H A Dk_expl.h312 x = creall(z);
/freebsd-11.0-release/lib/msun/ld80/
H A Dk_expl.h289 x = creall(z);
/freebsd-11.0-release/lib/msun/
H A DMakefile165 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1365 __tg_creal(long double _Complex __x) {return creall(__x);}

Completed in 124 milliseconds