Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 11 of 11) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrigl.c109 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 …]
Dcatrig.c155 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 …]
Dcatrigf.c90 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 …]
Ds_csqrtl.c60 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()
Ds_csqrt.c45 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/
Datm_eni.h23 int tx, rx; member
Dif_xdp.h38 struct xdp_ring_offset rx; member
Dserial.h87 int rx, tx; member
Datmdev.h29 #define __AAL_STAT_ITEMS __HANDLE_ITEM(tx); __HANDLE_ITEM(tx_err); __HANDLE_ITEM(rx); __HANDLE_ITEM…
Dsynclink.h182 __u32 cts, dsr, rng, dcd, tx, rx; member
/bionic/libc/kernel/uapi/asm-mips/asm/
Dinst.h898 …__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…