Lines Matching refs:x_sign

34      UINT64 x_sign;
48 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
70 if (!x_sign) { // x is +inf
143 if (x_sign) { // if n < 0 and q + exp = 20
265 } else if (!x_sign) { // n > 0
276 } else if (!x_sign) { // n > 0
286 if (x_sign) { // x <= -1
391 UINT64 x_sign;
405 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
427 if (!x_sign) { // x is +inf
500 if (x_sign) { // if n < 0 and q + exp = 20
624 } else if (!x_sign) { // n > 0
636 } else if (!x_sign) { // n > 0
649 if (x_sign) { // x <= -1
817 UINT64 x_sign;
829 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
851 if (!x_sign) { // x is +inf
879 if (x_sign) { // if n < 0 and q + exp = 20
1072 UINT64 x_sign;
1085 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
1107 if (!x_sign) { // x is +inf
1135 if (x_sign) { // if n < 0 and q + exp = 20
1367 UINT64 x_sign;
1380 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
1402 if (!x_sign) { // x is +inf
1474 if (x_sign) { // if n < 0 and q + exp = 20
1577 if (x_sign)
1585 if (x_sign) { // x <= -1
1648 if (!x_sign) { // positive and inexact
1658 if (!x_sign) { // positive and inexact
1669 if (!x_sign) { // positive and inexact
1701 UINT64 x_sign;
1714 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
1736 if (!x_sign) { // x is +inf
1808 if (x_sign) { // if n < 0 and q + exp = 20
1913 if (x_sign)
1921 if (x_sign) { // x <= -1
1984 if (!x_sign) { // positive and inexact
1996 if (!x_sign) { // positive and inexact
2009 if (!x_sign) { // positive and inexact
2043 UINT64 x_sign;
2055 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
2077 if (!x_sign) { // x is +inf
2150 if (x_sign) { // if n < 0 and q + exp = 20
2260 if (x_sign) { // x <= -1
2328 UINT64 x_sign;
2341 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
2363 if (!x_sign) { // x is +inf
2435 if (x_sign) { // if n < 0 and q + exp = 20
2547 if (x_sign) { // x <= -1
2652 UINT64 x_sign;
2665 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
2687 if (!x_sign) { // x is +inf
2759 if (x_sign) { // if n < 0 and q + exp = 20
2881 } else if (!x_sign) { // n > 0
2895 } else if (!x_sign) { // n > 0
2908 if (x_sign) { // x <= -1
2993 UINT64 x_sign;
3007 x_sign = x.w[1] & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
3029 if (!x_sign) { // x is +inf
3102 if (x_sign) { // if n < 0 and q + exp = 20
3226 } else if (!x_sign) { // n > 0
3241 } else if (!x_sign) { // n > 0
3256 if (x_sign) { // x <= -1