Searched refs:CMPLXL (Results 1 – 9 of 9) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | catrigl.c | 180 return (CMPLXL(x, y + y)); in casinhl() 182 return (CMPLXL(y, x + x)); in casinhl() 184 return (CMPLXL(x + x, y)); in casinhl() 185 return (CMPLXL(nan_mix(x, y), nan_mix(x, y))); in casinhl() 193 return (CMPLXL(copysignl(creall(w), x), in casinhl() 210 return (CMPLXL(copysignl(rx, x), copysignl(ry, y))); in casinhl() 218 w = casinhl(CMPLXL(cimagl(z), creall(z))); in casinl() 219 return (CMPLXL(cimagl(w), creall(w))); in casinl() 239 return (CMPLXL(y + y, -INFINITY)); in cacosl() 241 return (CMPLXL(x + x, -y)); in cacosl() [all …]
|
D | s_clogl.c | 89 RETURNI(CMPLXL(logl(hypotl(x, y)), v)); in clogl() 94 RETURNI(CMPLXL((ay / 2) * ay, v)); in clogl() 95 RETURNI(CMPLXL(log1pl(ay * ay) / 2, v)); in clogl() 100 RETURNI(CMPLXL(logl(ax), v)); in clogl() 104 RETURNI(CMPLXL(logl(hypotl(x * 0x1p-16382L, y * 0x1p-16382L)) + in clogl() 107 RETURNI(CMPLXL(logl(hypotl(x, y)), v)); in clogl() 111 RETURNI(CMPLXL(logl(hypotl(x * 0x1p16383L, y * 0x1p16383L)) + in clogl() 116 RETURNI(CMPLXL(logl(hypotl(x, y)), v)); in clogl() 158 RETURNI(CMPLXL(logl(ay2l + ax2l + sl + sh) / 2, v)); in clogl() 167 RETURNI(CMPLXL(log1pl(ay2l + t + sh) / 2, v)); in clogl()
|
D | s_csqrtl.c | 67 return (CMPLXL(0, b)); in csqrtl() 69 return (CMPLXL(INFINITY, b)); in csqrtl() 72 return (CMPLXL(a + 0.0L + t, a + 0.0L + t)); /* NaN + NaN i */ in csqrtl() 82 return (CMPLXL(fabsl(b - b), copysignl(a, b))); in csqrtl() 84 return (CMPLXL(a, copysignl(b - b, b))); in csqrtl() 88 return (CMPLXL(b + 0.0L + t, b + 0.0L + t)); /* NaN + NaN i */ in csqrtl() 125 return (CMPLXL(rx, ry)); in csqrtl()
|
D | s_cpowl.c | 63 return (CMPLXL(0.0L, 0.0L)); in cpowl() 72 w = CMPLXL(r * cosl(theta), r * sinl(theta)); in cpowl()
|
D | s_conjl.c | 39 return (CMPLXL(creall(z), -cimagl(z))); in conjl()
|
D | s_cprojl.c | 44 return (CMPLXL(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
|
D | math_private.h | 567 #ifndef CMPLXL 569 CMPLXL(long double x, long double y) in CMPLXL() function
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | k_expl.h | 321 return (CMPLXL(c * exp_x * scale1 * scale2, in __ldexp_cexpl()
|
/bionic/libc/include/ |
D | complex.h | 49 #define CMPLXL(x, y) ((long double complex){ x, y }) macro
|