Searched refs:CMPLXL (Results 1 – 6 of 6) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_csqrtl.c | 61 return (CMPLXL(0, b)); in csqrtl() 63 return (CMPLXL(INFINITY, b)); in csqrtl() 66 return (CMPLXL(a, t)); /* return NaN + NaN i */ in csqrtl() 76 return (CMPLXL(fabsl(b - b), copysignl(a, b))); in csqrtl() 78 return (CMPLXL(a, copysignl(b - b, b))); in csqrtl() 97 result = CMPLXL(t, b / (2 * t)); in csqrtl() 100 result = CMPLXL(fabsl(b) / (2 * t), copysignl(t, b)); in csqrtl()
|
D | s_conjl.c | 37 return (CMPLXL(creall(z), -cimagl(z))); in conjl()
|
D | s_cprojl.c | 42 return (CMPLXL(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
|
D | math_private.h | 487 #ifndef CMPLXL 489 CMPLXL(long double x, long double y) in CMPLXL() function
|
/bionic/libc/include/ |
D | complex.h | 50 #define CMPLXL(x, y) ((long double complex){ x, y }) macro 54 #define CMPLXL(x, y) __builtin_complex((long double)(x), (long double)(y)) macro
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | k_expl.h | 325 return (CMPLXL(cos(y) * exp_x * scale1 * scale2, in __ldexp_cexpl()
|