Lines Matching refs:x_sign

43   UINT64 x_sign;
65 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
125 if (x_sign) { // if n < 0 and q + exp = 20 then x is much less than -1/2
183 } else if (!x_sign) { // n > 0
193 if (x_sign) { // x <= -1
278 UINT64 x_sign;
301 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
361 if (x_sign) { // if n < 0 and q + exp = 20 then x is much less than -1/2
421 } else if (!x_sign) { // n > 0
433 if (x_sign) { // x <= -1
554 UINT64 x_sign;
575 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
597 if (x_sign) { // if n < 0 the conversion is invalid
739 UINT64 x_sign;
761 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
783 if (x_sign) { // if n < 0 the conversion is invalid
950 UINT64 x_sign;
972 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
1032 if (x_sign) { // if n < 0 and q + exp = 20 then x is much less than -1
1078 if (x_sign)
1086 if (x_sign) { // x <= -1
1169 UINT64 x_sign;
1191 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
1251 if (x_sign) { // if n < 0 and q + exp = 20 then x is much less than -1
1299 if (x_sign)
1307 if (x_sign) { // x <= -1
1394 UINT64 x_sign;
1415 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
1475 if (x_sign) { // if n < 0 and q + exp = 20 then x is much less than -1
1526 if (x_sign) { // x <= -1
1588 UINT64 x_sign;
1610 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
1670 if (x_sign) { // if n < 0 and q + exp = 20 then x is much less than -1
1723 if (x_sign) { // x <= -1
1808 UINT64 x_sign;
1829 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
1889 if (x_sign) { // if n < 0 and q + exp = 20 then x is much less than -1/2
1947 } else if (!x_sign) { // n > 0
1957 if (x_sign) { // x <= -1
2028 UINT64 x_sign;
2051 x_sign = x & MASK_SIGN; // 0 for positive, MASK_SIGN for negative
2111 if (x_sign) { // if n < 0 and q + exp = 20 then x is much less than -1/2
2171 } else if (!x_sign) { // n > 0
2183 if (x_sign) { // x <= -1