Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/complex/
Dcprojf.c56 if (isinf(crealf(z)) || isinf(cimagf(z))) { in cprojf()
62 IMAG_PART(w) = copysignf(0.0, cimagf(z)); in cprojf()
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.c50 y = cimagf(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()
Dcimagf.c40 cimagf(float complex z) in cimagf() function
Dcacosf.c45 return (float complex) ((float)M_PI_2 - crealf(w)) - cimagf(w) * I; in cacosf()
Dccosf.c44 _cchshf(cimagf(z), &ch, &sh); in ccosf()
Dcsinf.c44 _cchshf(cimagf(z), &ch, &sh); in csinf()
Dccoshf.c44 y = cimagf(z); in ccoshf()
Dclogf.c45 rr = atan2f(cimagf(z), crealf(z)); in clogf()
Dcsinhf.c44 y = cimagf(z); in csinhf()
Dcexpf.c44 y = cimagf(z); in cexpf()
Dclog10f.c13 rr = atan2f(cimagf(z), crealf(z)) * (float) M_IVLN10; in clog10f()
Dctanhf.c44 y = cimagf(z); in ctanhf()
Dcpowf.c45 y = cimagf(z); in cpowf()
Dcatanf.c50 y = cimagf(z); in __weak_alias()
Dcsqrtf.c45 y = cimagf (z); in csqrtf()
Dcephes_subrf.c93 y = fabsf(2.0f * cimagf(z)); in _ctansf()
DCMakeLists.txt39 cimagf.c
Dmeson.build66 'cimagf.c',
/picolibc-latest/test/
Dcomplex-funcs.c123 (void) cimagf(f1); in main()
Dmath-funcs.c419 f1 = cimagf(cf1); in main()
/picolibc-latest/newlib/libc/include/
Dcomplex.h98 float cimagf(float complex);
/picolibc-latest/
DCOPYING.picolibc367 newlib/libm/complex/cimagf.c