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

1 2

  /src/lib/libm/complex/
ccosl.c 44 w = cosl(creall(z)) * ch - (sinl(creall(z)) * sh) * I;
csinl.c 44 w = sinl(creall(z)) * ch + (cosl(creall(z)) * sh) * I;
creall.c 1 /* $NetBSD: creall.c,v 1.3 2010/09/20 16:55:20 christos Exp $ */
29 __RCSID("$NetBSD: creall.c,v 1.3 2010/09/20 16:55:20 christos Exp $");
35 * creall(long double complex z)
39 creall(long double complex z) function in typeref:typename:long double
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 42 x = creall(z);
cexpl.c 42 x = creall(z);
clogl.c 44 rr = atan2l(cimagl(z), creall(z));
csinhl.c 42 x = creall(z);
casinl.c 47 x = creall(z);
112 zz = 1.0L - creall(zz) - cimagl(zz) * I;
cprojl.c 54 if (isinf(creall(z)) || isinf(cimagl(z))) {
ctanhl.c 42 x = creall(z);
cpowl.c 42 x = creall(z);
catrigl.c 198 x = creall(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)));
251 x = creall(z);
270 ry = creall(w) + m_ln2;
308 rx = creall(w);
325 x = creall(z);
384 x = creall(z);
434 long double complex w = catanhl(CMPLXL(cimagl(z), creall(z)))
    [all...]
catanl.c 50 x = creall(z);
csqrtl.c 62 a = creall(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)))
37 if (isnan(creall(x)))
45 if (creall(x) == 0)
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)))
37 if (isnan(creall(x)))
45 if (creall(x) == 0)
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)))
37 if (isnan(creall(x)))
45 if (creall(x) == 0)
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)))
37 if (isnan(creall(x)))
45 if (creall(x) == 0)
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)))
37 if (isnan(creall(x)))
45 if (creall(x) == 0)
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)))
36 if (isnan(creall(x)))
44 if (creall(x) == 0)
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)))
37 if (isnan(creall(x)))
45 if (creall(x) == 0)
56 // a, b, c, d, creall(r), cimagl(r));
  /src/lib/libm/ld128/
s_cexpl.c 48 x = creall(z);

Completed in 24 milliseconds

1 2