HomeSort by: relevance | last modified time | path
    Searched refs:crealf (Results 1 - 22 of 22) sorted by relevancy

  /src/lib/libm/complex/
crealf.c 1 /* $NetBSD: crealf.c,v 1.2 2010/09/15 16:11:29 christos Exp $ */
12 crealf(float complex z) function in typeref:typename:float
ccosf.c 44 w = cosf(crealf(z)) * ch - (sinf(crealf(z)) * sh) * I;
csinf.c 44 w = sinf(crealf(z)) * ch + (cosf(crealf(z)) * sh) * I;
ctanf.c 46 d = cosf(2.0f * crealf(z)) + coshf(2.0f * cimagf(z));
57 w = sinf(2.0f * crealf(z)) / d + (sinhf(2.0f * cimagf(z)) / d) * I;
cacosf.c 42 w = ((float)M_PI_2 - crealf(w)) - cimagf(w) * I;
ccoshf.c 42 x = crealf(z);
cexpf.c 42 x = crealf(z);
clogf.c 44 rr = atan2f(cimagf(z), crealf(z));
csinhf.c 42 x = crealf(z);
casinf.c 47 x = crealf(z);
112 zz = 1.0f - crealf(zz) - cimagf(zz) * I;
cprojf.c 55 if (isinf(crealf(z)) || isinf(cimagf(z))) {
ctanhf.c 42 x = crealf(z);
cpowf.c 42 x = crealf(z);
catrigf.c 165 x = crealf(z);
185 return (CMPLXF(copysignf(crealf(w), x),
208 float complex w = casinhf(CMPLXF(cimagf(z), crealf(z)));
210 return (CMPLXF(cimagf(w), crealf(w)));
221 x = crealf(z);
241 ry = crealf(w) + m_ln2;
279 rx = crealf(w);
296 x = crealf(z);
356 x = crealf(z);
403 float complex w = catanhf(CMPLXF(cimagf(z), crealf(z)))
    [all...]
catanf.c 50 x = crealf(z);
cephes_subrf.c 89 x = fabsf(2.0f * crealf(z));
csqrtf.c 41 x = crealf (z);
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
divsc3_test.c 30 if (isinf(crealf(x)) || isinf(cimagf(x)))
32 if (isnan(crealf(x)) && isnan(cimagf(x)))
34 if (isnan(crealf(x)))
42 if (crealf(x) == 0)
53 // a, b, c, d, crealf(r), cimagf(r));
mulsc3_test.c 30 if (isinf(crealf(x)) || isinf(cimagf(x)))
32 if (isnan(crealf(x)) && isnan(cimagf(x)))
34 if (isnan(crealf(x)))
42 if (crealf(x) == 0)
53 // a, b, c, d, crealf(r), cimagf(r));
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
divsc3_test.c 31 if (isinf(crealf(x)) || isinf(cimagf(x)))
33 if (isnan(crealf(x)) && isnan(cimagf(x)))
35 if (isnan(crealf(x)))
43 if (crealf(x) == 0)
54 // a, b, c, d, crealf(r), cimagf(r));
mulsc3_test.c 31 if (isinf(crealf(x)) || isinf(cimagf(x)))
33 if (isnan(crealf(x)) && isnan(cimagf(x)))
35 if (isnan(crealf(x)))
43 if (crealf(x) == 0)
54 // a, b, c, d, crealf(r), cimagf(r));
  /src/include/
complex.h 134 float crealf(float complex);

Completed in 95 milliseconds