Searched refs:sqrt_A2mx2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A Dcatrig.c360 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
410 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
418 rx = atan2(sqrt_A2mx2, new_x);
420 rx = atan2(sqrt_A2mx2, -new_x);
H A Dcatrigf.c205 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
244 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
252 rx = atan2f(sqrt_A2mx2, new_x);
254 rx = atan2f(sqrt_A2mx2, -new_x);
H A Dcatrigl.c225 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
264 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
272 rx = atan2l(sqrt_A2mx2, new_x);
274 rx = atan2l(sqrt_A2mx2, -new_x);

Completed in 46 milliseconds