Searched refs:new_y (Results 1 – 3 of 3) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | catrig.c | 156 double *sqrt_A2my2, double *new_y) in do_hard_work() argument 208 *new_y = y; in do_hard_work() 218 *new_y = y * (2 / DBL_EPSILON); in do_hard_work() 257 *new_y = y * (4 / DBL_EPSILON / DBL_EPSILON); 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() 329 ry = atan2(new_y, sqrt_A2my2); in casinh()
|
D | catrigf.c | 91 float *sqrt_A2my2, float *new_y) in do_hard_work() argument 118 *new_y = y; in do_hard_work() 123 *new_y = y * (2 / FLT_EPSILON); in do_hard_work() 140 *new_y = y * (4 / FLT_EPSILON / FLT_EPSILON); 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() 190 ry = atan2f(new_y, sqrt_A2my2); in casinhf()
|
D | catrigl.c | 110 long double *B, long double *sqrt_A2my2, long double *new_y) in do_hard_work() argument 137 *new_y = y; in do_hard_work() 142 *new_y = y * (2 / LDBL_EPSILON); in do_hard_work() 159 *new_y = y * (4 / LDBL_EPSILON / LDBL_EPSILON); 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() 209 ry = atan2l(new_y, sqrt_A2my2); in casinhl()
|