Searched refs:creall (Results 1 – 25 of 26) sorted by relevance
12
45 w = sinl(creall(z)) * ch + (cosl(creall(z)) * sh) * (long double complex) I; in csinl()
45 w = cosl(creall(z)) * ch - (sinl(creall(z)) * sh) * (long double complex) I; in ccosl()
45 d = cosl(2.0L * creall(z)) + coshl(2.0L * cimagl(z)); in ctanl()56 w = sinl(2.0L * creall(z)) / d + (sinhl(2.0L * cimagl(z)) / d) * (long double complex) I; in ctanl()
48 x = creall(z); in __weak_alias()113 zz = 1.0L - creall(zz) - cimagl(zz) * (long double complex) I; in __weak_alias()
11 creall (long double complex z) in creall() function
43 return atan2l (cimagl (z), creall (z)); in cargl()
16 return hypotl (creall (z), cimagl (z)); in cabsl()
44 w = (M_PI_2L - creall(w)) - cimagl(w) * (long double complex) I; in cacosl()
43 x = creall(z); in csinhl()
43 x = creall(z); in ccoshl()
45 rr = atan2l(cimagl(z), creall(z)); in clogl()
43 x = creall(z); in cexpl()
47 rr = atan2l(cimagl(z), creall(z)) * _M_IVLN10L; in clog10l()
54 if (isinf(creall(z)) || isinf(cimagl(z))) { in cprojl()
43 x = creall(z); in ctanhl()
43 x = creall(z); in cpowl()
48 x = creall(z); in __weak_alias()
56 a = creall(z); in csqrtl()
95 x = fabsl(2.0L * creall(z)); in _ctansl()
65 creall.c
91 'creall.c',
133 (void) creall(l1); in main()
434 l1 = creall(cl1); in main()
122 long double creall(long double complex);
1016 (creall): Add prototype.1039 * libm/complex/creall.c: Add documentation of creall function.1044 * libm/complex/creall.c: New file. Adds implementation of the1045 creall function.