Lines Matching refs:x_sign

33      UINT64 x_sign;
47 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
69 if (!x_sign) { // x is +inf
141 if (x_sign) { // if n < 0 and q + exp = 10
231 } else if (x_sign) { // n < 0
241 } else if (x_sign) { // n < 0
322 if (x_sign)
329 if (x_sign)
335 if (x_sign)
354 UINT64 x_sign;
368 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
390 if (!x_sign) { // x is +inf
462 if (x_sign) { // if n < 0 and q + exp = 10
554 } else if (x_sign) { // n < 0
564 } else if (x_sign) { // n < 0
706 if (x_sign)
713 if (x_sign)
719 if (x_sign)
737 UINT64 x_sign;
755 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
777 if (!x_sign) { // x is +inf
849 if (x_sign) { // if n < 0 and q + exp = 10
929 if (x_sign)
1071 if (x_sign && (is_midpoint_gt_even || is_inexact_lt_midpoint)) {
1073 } else if (!x_sign
1079 if (x_sign)
1086 if (x_sign)
1092 if (x_sign)
1112 UINT64 x_sign;
1130 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
1152 if (!x_sign) { // x is +inf
1224 if (x_sign) { // if n < 0 and q + exp = 10
1306 if (x_sign)
1460 if (x_sign && (is_midpoint_gt_even || is_inexact_lt_midpoint)) {
1462 } else if (!x_sign
1468 if (x_sign)
1475 if (x_sign)
1481 if (x_sign)
1499 UINT64 x_sign;
1517 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
1539 if (!x_sign) { // x is +inf
1611 if (x_sign) { // if n < 0 and q + exp = 10
1691 if (x_sign)
1833 if (x_sign && (is_midpoint_lt_even || is_inexact_gt_midpoint)) {
1835 } else if (!x_sign
1841 if (x_sign)
1848 if (x_sign)
1854 if (x_sign)
1872 UINT64 x_sign;
1890 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
1912 if (!x_sign) { // x is +inf
1984 if (x_sign) { // if n < 0 and q + exp = 10
2066 if (x_sign)
2220 if (x_sign && (is_midpoint_lt_even || is_inexact_gt_midpoint)) {
2222 } else if (!x_sign
2228 if (x_sign)
2235 if (x_sign)
2241 if (x_sign)
2259 UINT64 x_sign;
2275 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
2297 if (!x_sign) { // x is +inf
2369 if (x_sign) { // if n < 0 and q + exp = 10
2588 if (x_sign)
2595 if (x_sign)
2601 if (x_sign)
2619 UINT64 x_sign;
2635 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
2657 if (!x_sign) { // x is +inf
2729 if (x_sign) { // if n < 0 and q + exp = 10
2963 if (x_sign)
2970 if (x_sign)
2976 if (x_sign)
2995 UINT64 x_sign;
3008 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
3030 if (!x_sign) { // x is +inf
3102 if (x_sign) { // if n < 0 and q + exp = 10
3193 } else if (x_sign) { // n < 0
3203 } else if (x_sign) { // n < 0
3263 if (x_sign)
3271 if (x_sign)
3277 if (x_sign)
3296 UINT64 x_sign;
3310 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
3332 if (!x_sign) { // x is +inf
3404 if (x_sign) { // if n < 0 and q + exp = 10
3497 } else if (x_sign) { // n < 0
3507 } else if (x_sign) { // n < 0
3577 if (x_sign)
3644 if (x_sign)
3650 if (x_sign)