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

/freebsd-13-stable/lib/msun/src/
H A Ds_crealf.c34 crealf(float complex z) function
H A Ds_conjf.c39 return (CMPLXF(crealf(z), -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_cprojf.c41 if (!isinf(crealf(z)) && !isinf(cimagf(z)))
H A Ds_csinhf.c49 x = crealf(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.c48 x = crealf(z);
84 z = ctanhf(CMPLXF(cimagf(z), crealf(z)));
85 return (CMPLXF(cimagf(z), crealf(z)));
H A Ds_ccoshf.c49 x = crealf(z);
72 return (CMPLXF(crealf(z), cimagf(z) * copysignf(1, x)));
103 return (ccoshf(CMPLXF(-cimagf(z), crealf(z))));
H A Ds_cpowf.c59 x = crealf(z);
H A Dcatrigf.c154 x = crealf(z);
174 return (CMPLXF(copysignf(crealf(w), x),
197 float complex w = casinhf(CMPLXF(cimagf(z), crealf(z)));
199 return (CMPLXF(cimagf(w), crealf(w)));
210 x = crealf(z);
230 ry = crealf(w) + m_ln2;
268 rx = crealf(w);
285 x = crealf(z);
345 x = crealf(z);
392 float complex w = catanhf(CMPLXF(cimagf(z), crealf(
[all...]
H A Dk_expf.c77 x = crealf(z);
H A Ds_cexpf.c47 x = crealf(z);
H A Ds_clogf.c53 x = crealf(z);
/freebsd-13-stable/lib/msun/tests/
H A Dconj_test.c47 static float (*libcrealf)(float complex) = crealf;
/freebsd-13-stable/include/
H A Dcomplex.h121 float crealf(float complex) __pure2;
/freebsd-13-stable/lib/msun/
H A DMakefile190 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1350 __tg_creal(float _Complex __x) {return crealf(__x);}

Completed in 90 milliseconds