Searched refs:cimagf (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A Ds_cimagf.c35 cimagf(float complex z) function
H A Ds_conjf.c39 return (CMPLXF(crealf(z), -cimagf(z)));
H A Ds_cprojf.c41 if (!isinf(crealf(z)) && !isinf(cimagf(z)))
44 return (CMPLXF(INFINITY, copysignf(0.0, cimagf(z))));
H A Ds_cargf.c39 return (atan2f(cimagf(z), crealf(z)));
H A Dw_cabsf.c22 return hypotf(crealf(z), cimagf(z));
H A Ds_csinhf.c50 y = cimagf(z);
72 return (CMPLXF(crealf(z) * copysignf(1, x), cimagf(z)));
103 z = csinhf(CMPLXF(cimagf(z), crealf(z)));
104 return (CMPLXF(cimagf(z), crealf(z)));
H A Ds_ctanhf.c49 y = cimagf(z);
84 z = ctanhf(CMPLXF(cimagf(z), crealf(z)));
85 return (CMPLXF(cimagf(z), crealf(z)));
H A Ds_ccoshf.c50 y = cimagf(z);
72 return (CMPLXF(crealf(z), cimagf(z) * copysignf(1, x)));
103 return (ccoshf(CMPLXF(-cimagf(z), crealf(z))));
H A Dcatrigf.c155 y = cimagf(z);
175 copysignf(cimagf(w), y)));
197 float complex w = casinhf(CMPLXF(cimagf(z), crealf(z)));
199 return (CMPLXF(cimagf(w), crealf(w)));
211 y = cimagf(z);
229 rx = fabsf(cimagf(w));
269 ry = cimagf(w);
276 return (CMPLXF(fabsf(ry), copysignf(rx, cimagf(z))));
286 y = cimagf(z);
346 y = cimagf(
[all...]
H A Ds_cpowf.c60 y = cimagf(z);
H A Dk_expf.c78 y = cimagf(z);
H A Ds_cexpf.c48 y = cimagf(z);
H A Ds_clogf.c54 y = cimagf(z);
/freebsd-13-stable/lib/msun/tests/
H A Dconj_test.c50 static float (*libcimagf)(float complex) = cimagf;
/freebsd-13-stable/include/
H A Dcomplex.h102 float cimagf(float complex) __pure2;
/freebsd-13-stable/lib/msun/
H A DMakefile187 MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1263 __tg_cimag(float _Complex __x) {return cimagf(__x);}

Completed in 71 milliseconds