/third_party/musl/src/complex/ |
H A D | casinl.c | 17 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 D | casinhl.c | 11 z = casinl(CMPLXL(-cimagl(z), creall(z))); in casinhl() 12 return CMPLXL(cimagl(z), -creall(z)); in casinhl()
|
H A D | catanhl.c | 11 z = catanl(CMPLXL(-cimagl(z), creall(z))); in catanhl() 12 return CMPLXL(cimagl(z), -creall(z)); in catanhl()
|
H A D | csinl.c | 11 z = csinhl(CMPLXL(-cimagl(z), creall(z))); in csinl() 12 return CMPLXL(cimagl(z), -creall(z)); in csinl()
|
H A D | ctanl.c | 11 z = ctanhl(CMPLXL(-cimagl(z), creall(z))); in ctanl() 12 return CMPLXL(cimagl(z), -creall(z)); in ctanl()
|
H A D | cacoshl.c | 14 if (zineg) return CMPLXL(cimagl(z), -creall(z)); in cacoshl() 15 else return CMPLXL(-cimagl(z), creall(z)); in cacoshl()
|
H A D | conjl.c | 5 return CMPLXL(creall(z), -cimagl(z)); in conjl()
|
H A D | ccosl.c | 11 return ccoshl(CMPLXL(-cimagl(z), creall(z))); in ccosl()
|
H A D | cacosl.c | 14 return CMPLXL(PI_2 - creall(z), -cimagl(z)); in cacosl()
|
H A D | clogl.c | 16 return CMPLXL(logl(r), phi); in clogl()
|
H A D | cprojl.c | 12 return CMPLXL(INFINITY, copysignl(0.0, cimagl(z))); in cprojl()
|
/third_party/musl/src/internal/ |
H A D | complex_impl.h | 10 #undef CMPLXL macro 17 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | complex.h | 127 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | complex.h | 127 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | complex.h | 127 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
|
/third_party/musl/include/ |
H A D | complex.h | 127 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
|
/third_party/FreeBSD/lib/msun/src/ |
H A D | math_private.h | 543 * 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 D | k_expl.h | 319 return (CMPLXL(c * exp_x * scale1 * scale2, in __ldexp_cexpl()
|