/src/lib/libm/complex/ |
catrig.c | 381 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);
|
catrigf.c | 216 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);
|
catrigl.c | 246 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);
|