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

/freebsd-11.0-release/lib/msun/src/
H A Ds_cimagl.c33 cimagl(long double complex z) function
H A Ds_conjl.c37 return (CMPLXL(creall(z), -cimagl(z)));
H A Ds_cprojl.c39 if (!isinf(creall(z)) && !isinf(cimagl(z)))
42 return (CMPLXL(INFINITY, copysignl(0.0, 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_csqrtl.c57 b = cimagl(z);
/freebsd-11.0-release/lib/msun/tests/
H A Dtest-utils.h156 fpequal(cimagl(d1), cimagl(d2)));
H A Dcsqrt_test.c194 assert(isnan(cimagl(t_csqrt(CMPLXL(INFINITY, NAN)))));
197 assert(isinf(cimagl(t_csqrt(CMPLXL(-INFINITY, NAN)))));
231 assert(cimagl(result) == ldexpl(9 * 0x1p-4, maxexp / 2));
H A Dconj_test.c53 static long double (*libcimagl)(long double complex) = cimagl;
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.h89 long double cimagl(long double complex) __pure2;
/freebsd-11.0-release/lib/msun/ld128/
H A Dk_expl.h313 y = cimagl(z);
/freebsd-11.0-release/lib/msun/ld80/
H A Dk_expl.h290 y = cimagl(z);
/freebsd-11.0-release/lib/msun/
H A DMakefile162 MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1278 __tg_cimag(long double _Complex __x) {return cimagl(__x);}

Completed in 128 milliseconds