Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/msun/src/
HDcatrigl.c225 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local
264 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosl()
272 rx = atan2l(sqrt_A2mx2, new_x); in cacosl()
274 rx = atan2l(sqrt_A2mx2, -new_x); in cacosl()
HDcatrig.c358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local
408 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacos()
416 rx = atan2(sqrt_A2mx2, new_x); in cacos()
418 rx = atan2(sqrt_A2mx2, -new_x); in cacos()
HDcatrigf.c203 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local
242 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosf()
250 rx = atan2f(sqrt_A2mx2, new_x); in cacosf()
252 rx = atan2f(sqrt_A2mx2, -new_x); in cacosf()