Searched refs:cimagf (Results 1 - 21 of 21) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/complex/
H A Dcimagf.c3 float (cimagf)(float complex z) function
5 return cimagf(z);
H A Dcabsf.c5 return hypotf(crealf(z), cimagf(z));
H A Dcargf.c5 return atan2f(cimagf(z), crealf(z));
H A Dcasinhf.c5 z = casinf(CMPLXF(-cimagf(z), crealf(z)));
6 return CMPLXF(cimagf(z), -crealf(z));
H A Dcatanhf.c5 z = catanf(CMPLXF(-cimagf(z), crealf(z)));
6 return CMPLXF(cimagf(z), -crealf(z));
H A Dcsinf.c5 z = csinhf(CMPLXF(-cimagf(z), crealf(z)));
6 return CMPLXF(cimagf(z), -crealf(z));
H A Dctanf.c5 z = ctanhf(CMPLXF(-cimagf(z), crealf(z)));
6 return CMPLXF(cimagf(z), -crealf(z));
H A Dccosf.c5 return ccoshf(CMPLXF(-cimagf(z), crealf(z)));
H A Dconjf.c5 return CMPLXF(crealf(z), -cimagf(z));
H A Dcacosf.c8 return CMPLXF((float)M_PI_2 - crealf(z), -cimagf(z));
H A Dcacoshf.c6 return CMPLXF(-cimagf(z), crealf(z));
H A Dcprojf.c5 if (isinf(crealf(z)) || isinf(cimagf(z)))
H A Dcasinf.c11 y = cimagf(z);
H A D__cexpf.c57 y = cimagf(z);
H A Dcexpf.c40 y = cimagf(z);
H A Dcsqrtf.c41 float a = crealf(z), b = cimagf(z);
H A Dccoshf.c41 y = cimagf(z);
63 return CMPLXF(crealf(z), cimagf(z) * copysignf(1, x));
H A Dcsinhf.c41 y = cimagf(z);
63 return CMPLXF(crealf(z) * copysignf(1, x), cimagf(z));
H A Dcatanf.c88 y = cimagf(z);
H A Dctanhf.c40 y = cimagf(z);
/seL4-camkes-master/projects/musllibc/include/
H A Dcomplex.h89 float cimagf(float complex);
113 #define cimagf(x) __CIMAG(x, float) macro

Completed in 100 milliseconds