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

/fuchsia/zircon/third_party/ulib/musl/src/complex/
H A Dcimagf.c3 float(cimagf)(float complex z) { function
4 return cimagf(z);
H A Dcabsf.c4 return hypotf(crealf(z), cimagf(z));
H A Dcargf.c4 return atan2f(cimagf(z), crealf(z));
H A Dcasinhf.c4 z = casinf(CMPLXF(-cimagf(z), crealf(z)));
5 return CMPLXF(cimagf(z), -crealf(z));
H A Dcatanhf.c4 z = catanf(CMPLXF(-cimagf(z), crealf(z)));
5 return CMPLXF(cimagf(z), -crealf(z));
H A Dcsinf.c4 z = csinhf(CMPLXF(-cimagf(z), crealf(z)));
5 return CMPLXF(cimagf(z), -crealf(z));
H A Dctanf.c4 z = ctanhf(CMPLXF(-cimagf(z), crealf(z)));
5 return CMPLXF(cimagf(z), -crealf(z));
H A Dccosf.c4 return ccoshf(CMPLXF(-cimagf(z), crealf(z)));
H A Dconjf.c4 return CMPLXF(crealf(z), -cimagf(z));
H A Dcacosf.c7 return CMPLXF((float)M_PI_2 - crealf(z), -cimagf(z));
H A Dcacoshf.c5 return CMPLXF(-cimagf(z), crealf(z));
H A Dcprojf.c4 if (isinf(crealf(z)) || isinf(cimagf(z)))
H A Dcasinf.c10 y = cimagf(z);
/fuchsia/zircon/third_party/ulib/musl/third_party/complex/
H A D__cexpf.c55 y = cimagf(z);
H A Dcexpf.c38 y = cimagf(z);
H A Dcsqrtf.c40 float a = crealf(z), b = cimagf(z);
H A Dccoshf.c40 y = cimagf(z);
62 return CMPLXF(crealf(z), cimagf(z) * copysignf(1, x));
H A Dcsinhf.c40 y = cimagf(z);
62 return CMPLXF(crealf(z) * copysignf(1, x), cimagf(z));
H A Dcatanf.c86 y = cimagf(z);
H A Dctanhf.c39 y = cimagf(z);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dcomplex.h88 float cimagf(float complex);
116 #define cimagf(x) __CIMAG(x, float) macro
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk154 $(LOCAL_DIR)/src/complex/cimagf.c \

Completed in 46 milliseconds