Home
last modified time | relevance | path

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

12

/picolibc-latest/newlib/libm/complex/
Dccosf.c45 return (float complex) (cosf(crealf(z)) * ch) - (sinf(crealf(z)) * sh) * I; in ccosf()
Dcsinf.c45 return (float complex) (sinf(crealf(z)) * ch) + (cosf(crealf(z)) * sh) * I; in csinf()
Dctanf.c44 d = cosf(2.0f * crealf(z)) + coshf(2.0f * cimagf(z)); in ctanf()
54 return (float complex) (sinf(2.0f * crealf(z)) / d) + (sinhf(2.0f * cimagf(z)) / d) * I; in ctanf()
Dcasinf.c49 x = crealf(z); in __weak_alias()
114 zz = 1.0f - crealf(zz) - cimagf(zz) * I; in __weak_alias()
Dcabsf.c43 return hypotf( crealf(z), cimagf(z) ); in cabsf()
Dcargf.c43 return atan2f( cimagf(z), crealf(z) ); in cargf()
Dcrealf.c40 crealf(float complex z) in crealf() function
Dcacosf.c45 return (float complex) ((float)M_PI_2 - crealf(w)) - cimagf(w) * I; in cacosf()
Dccoshf.c43 x = crealf(z); in ccoshf()
Dclogf.c45 rr = atan2f(cimagf(z), crealf(z)); in clogf()
Dcsinhf.c43 x = crealf(z); in csinhf()
Dcexpf.c43 x = crealf(z); in cexpf()
Dclog10f.c13 rr = atan2f(cimagf(z), crealf(z)) * (float) M_IVLN10; in clog10f()
Dctanhf.c43 x = crealf(z); in ctanhf()
Dcprojf.c56 if (isinf(crealf(z)) || isinf(cimagf(z))) { in cprojf()
Dcpowf.c44 x = crealf(z); in cpowf()
Dcatanf.c49 x = crealf(z); in __weak_alias()
Dcsqrtf.c44 x = crealf (z); in csqrtf()
Dcephes_subrf.c92 x = fabsf(2.0f * crealf(z)); in _ctansf()
DCMakeLists.txt47 crealf.c
Dmeson.build74 'crealf.c',
/picolibc-latest/test/
Dcomplex-funcs.c138 (void) crealf(f1); in main()
Dmath-funcs.c431 f1 = crealf(cf1); in main()
/picolibc-latest/newlib/libc/include/
Dcomplex.h110 float crealf(float complex);
/picolibc-latest/
DCOPYING.picolibc377 newlib/libm/complex/crealf.c

12