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

/freebsd-11-stable/lib/msun/src/
H A Ds_crealf.c32 crealf(float complex z) function
H A Ds_conjf.c37 return (CMPLXF(crealf(z), -cimagf(z)));
H A Ds_cargf.c37 return (atan2f(cimagf(z), crealf(z)));
H A Dw_cabsf.c22 return hypotf(crealf(z), cimagf(z));
H A Ds_cprojf.c39 if (!isinf(crealf(z)) && !isinf(cimagf(z)))
H A Ds_csinhf.c47 x = crealf(z);
70 return (CMPLXF(crealf(z) * copysignf(1, x), cimagf(z)));
100 z = csinhf(CMPLXF(cimagf(z), crealf(z)));
101 return (CMPLXF(cimagf(z), crealf(z)));
H A Ds_ctanhf.c46 x = crealf(z);
82 z = ctanhf(CMPLXF(cimagf(z), crealf(z)));
83 return (CMPLXF(cimagf(z), crealf(z)));
H A Ds_ccoshf.c47 x = crealf(z);
70 return (CMPLXF(crealf(z), cimagf(z) * copysignf(1, x)));
100 return (ccoshf(CMPLXF(-cimagf(z), crealf(z))));
H A Ds_csqrtf.c47 float a = crealf(z), b = cimagf(z);
H A Ds_cpowf.c59 x = crealf(z);
H A Dcatrigf.c152 x = crealf(z);
172 return (CMPLXF(copysignf(crealf(w), x),
195 float complex w = casinhf(CMPLXF(cimagf(z), crealf(z)));
197 return (CMPLXF(cimagf(w), crealf(w)));
208 x = crealf(z);
228 ry = crealf(w) + m_ln2;
266 rx = crealf(w);
283 x = crealf(z);
343 x = crealf(z);
390 float complex w = catanhf(CMPLXF(cimagf(z), crealf(
[all...]
H A Dk_expf.c75 x = crealf(z);
H A Ds_cexpf.c45 x = crealf(z);
H A Ds_clogf.c53 x = crealf(z);
/freebsd-11-stable/include/
H A Dcomplex.h107 float crealf(float complex) __pure2;
/freebsd-11-stable/lib/msun/tests/
H A Dconj_test.c48 static float (*libcrealf)(float complex) = crealf;
/freebsd-11-stable/lib/msun/
H A DMakefile190 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1350 __tg_creal(float _Complex __x) {return crealf(__x);}

Completed in 201 milliseconds