Searched defs:rx (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Datm_eni.h24 int tx, rx; member in struct:eni_multipliers
H A Dserial.h104 int rx, tx; member in struct:serial_icounter_struct
H A Dsynclink.h222 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Datm_eni.h24 int tx, rx; member in struct:eni_multipliers
H A Dserial.h104 int rx, tx; member in struct:serial_icounter_struct
H A Dsynclink.h222 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrig.c146 * rx = Re(casinh(z)) = -Im(cacos(y + I*x)).
153 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, argument
175 * rx = log1p(Am1 + sqrt(Am1*(A+1)))
182 *rx = sqrt(x);
189 *rx = log1p(Am1 + sqrt(Am1 * (A + 1)));
195 *rx = x / sqrt((1 - y) * (1 + y));
200 *rx = log1p((y - 1) + sqrt((y - 1) * (y + 1)));
203 *rx = log(A + sqrt(A * A - 1));
277 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
323 do_hard_work(ax, ay, &rx,
358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
433 double rx, ry; local
569 double x, y, ax, ay, rx, ry; local
[all...]
H A Dcatrigf.c88 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, argument
103 *rx = sqrtf(x);
106 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1)));
108 *rx = x / sqrtf((1 - y) * (1 + y));
110 *rx = log1pf((y - 1) + sqrtf((y - 1) * (y + 1)));
113 *rx = logf(A + sqrtf(A * A - 1));
148 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
184 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
189 return (CMPLXF(copysignf(rx, x), copysignf(ry, y)));
203 float x, y, ax, ay, rx, r local
263 float rx, ry; local
341 float x, y, ax, ay, rx, ry; local
[all...]

Completed in 753 milliseconds