Home
last modified time | relevance | path

Searched refs:new_x (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/fmt/
H A Dfmt.c602 size_t new_x; in output_word() local
611 new_x = x + pending_spaces + width; in output_word()
622 if (new_x <= goal_length) { in output_word()
650 if (x0 == 0 || (new_x <= max_length && in output_word()
651 new_x - goal_length <= goal_length - x)) { in output_word()
/freebsd/lib/msun/src/
H A Dcatrigf.c202 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local
241 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosf()
249 rx = atan2f(sqrt_A2mx2, new_x); in cacosf()
251 rx = atan2f(sqrt_A2mx2, -new_x); in cacosf()
H A Dcatrig.c357 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local
407 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacos()
415 rx = atan2(sqrt_A2mx2, new_x); in cacos()
417 rx = atan2(sqrt_A2mx2, -new_x); in cacos()
H A Dcatrigl.c222 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local
261 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosl()
269 rx = atan2l(sqrt_A2mx2, new_x); in cacosl()
271 rx = atan2l(sqrt_A2mx2, -new_x); in cacosl()