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

/freebsd-11.0-release/usr.bin/fmt/
H A Dfmt.c604 size_t new_x; local
613 new_x = x + pending_spaces + width;
624 if (new_x <= goal_length) {
652 if (x0 == 0 || (new_x <= max_length &&
653 new_x - goal_length <= goal_length - x)) {
/freebsd-11.0-release/lib/msun/src/
H A Dcatrig.c358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
408 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
416 rx = atan2(sqrt_A2mx2, new_x);
418 rx = atan2(sqrt_A2mx2, -new_x);
H A Dcatrigf.c203 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
242 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
250 rx = atan2f(sqrt_A2mx2, new_x);
252 rx = atan2f(sqrt_A2mx2, -new_x);
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Darm.h1201 rtx new_x = thumb_legitimize_reload_address (&X, MODE, OPNUM, TYPE, IND_L); \
1202 if (new_x) \
1204 X = new_x; \
H A Darm.c4115 rtx new_x = legitimize_pic_address (orig_x, mode, NULL_RTX);
4117 if (new_x != orig_x)
4118 x = new_x;
4186 rtx new_x = legitimize_pic_address (orig_x, mode, NULL_RTX);
4188 if (new_x != orig_x)
4189 x = new_x;
4106 rtx new_x = legitimize_pic_address (orig_x, mode, NULL_RTX); local
4177 rtx new_x = legitimize_pic_address (orig_x, mode, NULL_RTX); local

Completed in 102 milliseconds