HomeSort by: relevance | last modified time | path
    Searched refs:cimagl (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/lib/libm/complex/
cimagl.c 1 /* $NetBSD: cimagl.c,v 1.3 2010/09/20 16:55:20 christos Exp $ */
29 __RCSID("$NetBSD: cimagl.c,v 1.3 2010/09/20 16:55:20 christos Exp $");
35 * cimagl(long double complex z)
39 cimagl(long double complex z) function in typeref:typename:long double
cprojl.c 54 if (isinf(creall(z)) || isinf(cimagl(z))) {
60 IMAG_PART(w) = copysignl(0.0L, cimagl(z));
ctanl.c 46 d = cosl(2.0L * creall(z)) + coshl(2.0L * cimagl(z));
57 w = sinl(2.0L * creall(z)) / d + (sinhl(2.0L * cimagl(z)) / d) * I;
cacosl.c 43 w = (M_PI_2L - creall(w)) - cimagl(w) * I;
ccoshl.c 43 y = cimagl(z);
ccosl.c 43 _cchshl(cimagl(z), &ch, &sh);
cexpl.c 43 y = cimagl(z);
clogl.c 44 rr = atan2l(cimagl(z), creall(z));
csinhl.c 43 y = cimagl(z);
csinl.c 43 _cchshl(cimagl(z), &ch, &sh);
casinl.c 48 y = cimagl(z);
112 zz = 1.0L - creall(zz) - cimagl(zz) * I;
ctanhl.c 43 y = cimagl(z);
catrigl.c 199 y = cimagl(z);
217 return (CMPLXL(copysignl(creall(w), x), copysignl(cimagl(w), y)));
239 long double complex w = casinhl(CMPLXL(cimagl(z), creall(z)));
240 return (CMPLXL(cimagl(w), creall(w)));
252 y = cimagl(z);
269 rx = fabsl(cimagl(w));
309 ry = cimagl(w);
316 return (CMPLXL(fabsl(ry), copysignl(rx, cimagl(z))));
326 y = cimagl(z);
385 y = cimagl(z)
    [all...]
cpowl.c 43 y = cimagl(z);
catanl.c 51 y = cimagl(z);
csqrtl.c 63 b = cimagl(z);
  /src/lib/libm/src/
s_cargl.c 37 return (atan2l(cimagl(z), creall(z)));
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
multc3_test.c 33 if (isinf(creall(x)) || isinf(cimagl(x)))
35 if (isnan(creall(x)) && isnan(cimagl(x)))
39 if (cimagl(x) == 0)
43 if (isnan(cimagl(x)))
56 // a, b, c, d, creall(r), cimagl(r));
mulxc3_test.c 33 if (isinf(creall(x)) || isinf(cimagl(x)))
35 if (isnan(creall(x)) && isnan(cimagl(x)))
39 if (cimagl(x) == 0)
43 if (isnan(cimagl(x)))
56 // a, b, c, d, creall(r), cimagl(r));
divtc3_test.c 33 if (isinf(creall(x)) || isinf(cimagl(x)))
35 if (isnan(creall(x)) && isnan(cimagl(x)))
39 if (cimagl(x) == 0)
43 if (isnan(cimagl(x)))
56 // a, b, c, d, creall(r), cimagl(r));
divxc3_test.c 33 if (isinf(creall(x)) || isinf(cimagl(x)))
35 if (isnan(creall(x)) && isnan(cimagl(x)))
39 if (cimagl(x) == 0)
43 if (isnan(cimagl(x)))
56 // a, b, c, d, creall(r), cimagl(r));
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
mulxc3_test.c 33 if (isinf(creall(x)) || isinf(cimagl(x)))
35 if (isnan(creall(x)) && isnan(cimagl(x)))
39 if (cimagl(x) == 0)
43 if (isnan(cimagl(x)))
56 // a, b, c, d, creall(r), cimagl(r));
divtc3_test.c 32 if (isinf(creall(x)) || isinf(cimagl(x)))
34 if (isnan(creall(x)) && isnan(cimagl(x)))
38 if (cimagl(x) == 0)
42 if (isnan(cimagl(x)))
55 // a, b, c, d, creall(r), cimagl(r));
divxc3_test.c 33 if (isinf(creall(x)) || isinf(cimagl(x)))
35 if (isnan(creall(x)) && isnan(cimagl(x)))
39 if (cimagl(x) == 0)
43 if (isnan(cimagl(x)))
56 // a, b, c, d, creall(r), cimagl(r));
  /src/lib/libm/ld128/
s_cexpl.c 49 y = cimagl(z);

Completed in 95 milliseconds

1 2