Home
last modified time | relevance | path

Searched refs:CMPLXL (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/src/complex/
H A Dcasinl.c17 w = CMPLXL(1.0 - (x - y)*(x + y), -2.0*x*y); in casinl()
18 long double complex r = clogl(CMPLXL(-y, x) + csqrtl(w)); in casinl()
19 return CMPLXL(cimagl(r), -creall(r)); in casinl()
H A Dcasinhl.c11 z = casinl(CMPLXL(-cimagl(z), creall(z))); in casinhl()
12 return CMPLXL(cimagl(z), -creall(z)); in casinhl()
H A Dcatanhl.c11 z = catanl(CMPLXL(-cimagl(z), creall(z))); in catanhl()
12 return CMPLXL(cimagl(z), -creall(z)); in catanhl()
H A Dcsinl.c11 z = csinhl(CMPLXL(-cimagl(z), creall(z))); in csinl()
12 return CMPLXL(cimagl(z), -creall(z)); in csinl()
H A Dctanl.c11 z = ctanhl(CMPLXL(-cimagl(z), creall(z))); in ctanl()
12 return CMPLXL(cimagl(z), -creall(z)); in ctanl()
H A Dcacoshl.c14 if (zineg) return CMPLXL(cimagl(z), -creall(z)); in cacoshl()
15 else return CMPLXL(-cimagl(z), creall(z)); in cacoshl()
H A Dconjl.c5 return CMPLXL(creall(z), -cimagl(z)); in conjl()
H A Dccosl.c11 return ccoshl(CMPLXL(-cimagl(z), creall(z))); in ccosl()
H A Dcacosl.c14 return CMPLXL(PI_2 - creall(z), -cimagl(z)); in cacosl()
H A Dclogl.c16 return CMPLXL(logl(r), phi); in clogl()
H A Dcprojl.c12 return CMPLXL(INFINITY, copysignl(0.0, cimagl(z))); in cprojl()
/third_party/musl/src/internal/
H A Dcomplex_impl.h10 #undef CMPLXL macro
17 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dcomplex.h127 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dcomplex.h127 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dcomplex.h127 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
/third_party/musl/include/
H A Dcomplex.h127 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
/third_party/FreeBSD/lib/msun/src/
H A Dmath_private.h543 * The C11 standard introduced the macros CMPLX(), CMPLXF() and CMPLXL()
572 #ifndef CMPLXL
574 CMPLXL(long double x, long double y) in CMPLXL() function
/third_party/FreeBSD/lib/msun/ld128/
H A Dk_expl.h319 return (CMPLXL(c * exp_x * scale1 * scale2, in __ldexp_cexpl()

Completed in 5 milliseconds