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

/src/lib/libm/complex/
H A Dcatrig.c381 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local in function:cacos
431 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
439 rx = atan2(sqrt_A2mx2, new_x);
441 rx = atan2(sqrt_A2mx2, -new_x);
H A Dcatrigf.c216 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local in function:cacosf
255 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
263 rx = atan2f(sqrt_A2mx2, new_x);
265 rx = atan2f(sqrt_A2mx2, -new_x);
H A Dcatrigl.c246 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local in function:cacosl
284 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
292 rx = atan2l(sqrt_A2mx2, new_x);
294 rx = atan2l(sqrt_A2mx2, -new_x);

Completed in 4 milliseconds