Home
last modified time | relevance | path

Searched refs:sqrt_A2my2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/msun/src/
H A Dcatrig.c153 double *sqrt_A2my2, double *new_y) in do_hard_work() argument
214 *sqrt_A2my2 = A * (2 / DBL_EPSILON); in do_hard_work()
234 *sqrt_A2my2 = sqrt(x) * sqrt((A + y) / 2); in do_hard_work()
243 *sqrt_A2my2 = sqrt(Amy * (A + y)); in do_hard_work()
252 *sqrt_A2my2 = x * (4 / DBL_EPSILON / DBL_EPSILON) * y / in do_hard_work()
260 *sqrt_A2my2 = sqrt((1 - y) * (1 + y)); in do_hard_work()
276 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local
322 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinh()
326 ry = atan2(new_y, sqrt_A2my2); in casinh()
H A Dcatrigf.c88 float *sqrt_A2my2, float *new_y) in do_hard_work() argument
119 *sqrt_A2my2 = A * (2 / FLT_EPSILON); in do_hard_work()
130 *sqrt_A2my2 = sqrtf(x) * sqrtf((A + y) / 2); in do_hard_work()
133 *sqrt_A2my2 = sqrtf(Amy * (A + y)); in do_hard_work()
135 *sqrt_A2my2 = x * (4 / FLT_EPSILON / FLT_EPSILON) * y / in do_hard_work()
139 *sqrt_A2my2 = sqrtf((1 - y) * (1 + y)); in do_hard_work()
147 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local
183 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinhf()
187 ry = atan2f(new_y, sqrt_A2my2); in casinhf()
H A Dcatrigl.c107 long double *B, long double *sqrt_A2my2, long double *new_y) in do_hard_work() argument
138 *sqrt_A2my2 = A * (2 / LDBL_EPSILON); in do_hard_work()
149 *sqrt_A2my2 = sqrtl(x) * sqrtl((A + y) / 2); in do_hard_work()
152 *sqrt_A2my2 = sqrtl(Amy * (A + y)); in do_hard_work()
154 *sqrt_A2my2 = x * (4 / LDBL_EPSILON / LDBL_EPSILON) * y / in do_hard_work()
158 *sqrt_A2my2 = sqrtl((1 - y) * (1 + y)); in do_hard_work()
166 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local
202 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinhl()
206 ry = atan2l(new_y, sqrt_A2my2); in casinhl()