Home
last modified time | relevance | path

Searched refs:creall (Results 1 – 25 of 26) sorted by relevance

12

/picolibc-3.5.0-3.4.0/newlib/libm/complex/
Dcsinl.c45 w = sinl(creall(z)) * ch + (cosl(creall(z)) * sh) * (long double complex) I; in csinl()
Dccosl.c45 w = cosl(creall(z)) * ch - (sinl(creall(z)) * sh) * (long double complex) I; in ccosl()
Dctanl.c45 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()
Dcasinl.c48 x = creall(z); in __weak_alias()
113 zz = 1.0L - creall(zz) - cimagl(zz) * (long double complex) I; in __weak_alias()
Dcreall.c11 creall (long double complex z) in creall() function
Dcargl.c43 return atan2l (cimagl (z), creall (z)); in cargl()
Dcabsl.c16 return hypotl (creall (z), cimagl (z)); in cabsl()
Dcacosl.c44 w = (M_PI_2L - creall(w)) - cimagl(w) * (long double complex) I; in cacosl()
Dcsinhl.c43 x = creall(z); in csinhl()
Dccoshl.c43 x = creall(z); in ccoshl()
Dclogl.c45 rr = atan2l(cimagl(z), creall(z)); in clogl()
Dcexpl.c43 x = creall(z); in cexpl()
Dclog10l.c47 rr = atan2l(cimagl(z), creall(z)) * _M_IVLN10L; in clog10l()
Dcprojl.c54 if (isinf(creall(z)) || isinf(cimagl(z))) { in cprojl()
Dctanhl.c43 x = creall(z); in ctanhl()
Dcpowl.c43 x = creall(z); in cpowl()
Dcatanl.c48 x = creall(z); in __weak_alias()
Dcsqrtl.c56 a = creall(z); in csqrtl()
Dcephes_subrl.c95 x = fabsl(2.0L * creall(z)); in _ctansl()
DCMakeLists.txt65 creall.c
Dmeson.build91 'creall.c',
/picolibc-3.5.0-3.4.0/test/
Dcomplex-funcs.c133 (void) creall(l1); in main()
Dmath-funcs.c434 l1 = creall(cl1); in main()
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dcomplex.h122 long double creall(long double complex);
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20151016 (creall): Add prototype.
1039 * libm/complex/creall.c: Add documentation of creall function.
1044 * libm/complex/creall.c: New file. Adds implementation of the
1045 creall function.

12