/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | catrigl.c | 109 do_hard_work(long double x, long double y, long double *rx, int *B_is_usable, in do_hard_work() argument 124 *rx = sqrtl(x); in do_hard_work() 127 *rx = log1pl(Am1 + sqrtl(Am1 * (A + 1))); in do_hard_work() 129 *rx = x / sqrtl((1 - y) * (1 + y)); in do_hard_work() 131 *rx = log1pl((y - 1) + sqrtl((y - 1) * (y + 1))); in do_hard_work() 134 *rx = logl(A + sqrtl(A * A - 1)); in do_hard_work() 169 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local 205 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinhl() 210 return (CMPLXL(copysignl(rx, x), copysignl(ry, y))); in casinhl() 225 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local [all …]
|
D | catrig.c | 155 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, in do_hard_work() argument 184 *rx = sqrt(x); in do_hard_work() 191 *rx = log1p(Am1 + sqrt(Am1 * (A + 1))); in do_hard_work() 197 *rx = x / sqrt((1 - y) * (1 + y)); in do_hard_work() 202 *rx = log1p((y - 1) + sqrt((y - 1) * (y + 1))); in do_hard_work() 205 *rx = log(A + sqrt(A * A - 1)); in do_hard_work() 279 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local 325 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinh() 330 return (CMPLX(copysign(rx, x), copysign(ry, y))); in casinh() 360 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local [all …]
|
D | catrigf.c | 90 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, in do_hard_work() argument 105 *rx = sqrtf(x); in do_hard_work() 108 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1))); in do_hard_work() 110 *rx = x / sqrtf((1 - y) * (1 + y)); in do_hard_work() 112 *rx = log1pf((y - 1) + sqrtf((y - 1) * (y + 1))); in do_hard_work() 115 *rx = logf(A + sqrtf(A * A - 1)); in do_hard_work() 150 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local 186 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinhf() 191 return (CMPLXF(copysignf(rx, x), copysignf(ry, y))); in casinhf() 205 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local [all …]
|
D | s_csqrtl.c | 60 long double a, b, rx, ry, scale, t; in csqrtl() local 117 rx = scale * t; in csqrtl() 121 rx = scale * fabsl(b) / (2 * t); in csqrtl() 125 return (CMPLXL(rx, ry)); in csqrtl()
|
D | s_csqrt.c | 45 double a, b, rx, ry, scale, t; in csqrt() local 102 rx = scale * t; in csqrt() 106 rx = scale * fabs(b) / (2 * t); in csqrt() 110 return (CMPLX(rx, ry)); in csqrt()
|
/bionic/libc/kernel/uapi/linux/ |
D | atm_eni.h | 23 int tx, rx; member
|
D | if_xdp.h | 38 struct xdp_ring_offset rx; member
|
D | serial.h | 87 int rx, tx; member
|
D | atmdev.h | 29 #define __AAL_STAT_ITEMS __HANDLE_ITEM(tx); __HANDLE_ITEM(tx_err); __HANDLE_ITEM(rx); __HANDLE_ITEM…
|
D | synclink.h | 182 __u32 cts, dsr, rng, dcd, tx, rx; member
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | inst.h | 898 …__BITFIELD_FIELD(unsigned int opcode : 5, __BITFIELD_FIELD(unsigned int rx : 3, __BITFIELD_FIELD(u… 914 …__BITFIELD_FIELD(unsigned int opcode : 5, __BITFIELD_FIELD(unsigned int rx : 3, __BITFIELD_FIELD(u… 918 …__BITFIELD_FIELD(unsigned int opcode : 5, __BITFIELD_FIELD(unsigned int rx : 3, __BITFIELD_FIELD(u…
|