Searched refs:cimagl (Results 1 - 16 of 16) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/complex/
H A Dcimagl.c3 long double(cimagl)(long double complex z) { function
4 return cimagl(z);
H A Dconjl.c4 return CMPLXL(creall(z), -cimagl(z));
H A Dcasinhl.c9 z = casinl(CMPLXL(-cimagl(z), creall(z)));
10 return CMPLXL(cimagl(z), -creall(z));
H A Dcatanhl.c9 z = catanl(CMPLXL(-cimagl(z), creall(z)));
10 return CMPLXL(cimagl(z), -creall(z));
H A Dcsinl.c9 z = csinhl(CMPLXL(-cimagl(z), creall(z)));
10 return CMPLXL(cimagl(z), -creall(z));
H A Dctanl.c9 z = ctanhl(CMPLXL(-cimagl(z), creall(z)));
10 return CMPLXL(cimagl(z), -creall(z));
H A Dcabsl.c9 return hypotl(creall(z), cimagl(z));
H A Dcacoshl.c10 return CMPLXL(-cimagl(z), creall(z));
H A Dcargl.c9 return atan2l(cimagl(z), creall(z));
H A Dccosl.c9 return ccoshl(CMPLXL(-cimagl(z), creall(z)));
H A Dcacosl.c12 return CMPLXL(PI_2 - creall(z), -cimagl(z));
H A Dcprojl.c9 if (isinf(creall(z)) || isinf(cimagl(z)))
H A Dcasinl.c14 y = cimagl(z);
/fuchsia/zircon/third_party/ulib/musl/third_party/complex/
H A Dcatanl.c95 y = cimagl(z);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dcomplex.h89 long double cimagl(long double complex);
117 #define cimagl(x) __CIMAG(x, long double) macro
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk155 $(LOCAL_DIR)/src/complex/cimagl.c \

Completed in 101 milliseconds