Lines Matching refs:negative
1502 * relying on addition of two positive values producing a negative one is not
2753 /* Handle negative exponent with a reciprocal at the end because
2821 * C multiply would break the following for negative
3009 * leading zeros above for negative exponent, so this
3227 int negative = 0;
3232 negative = 1, A = -a;
3237 negative = !negative, T = -times;
3242 negative = !negative, D = -divisor;
3297 if (negative)
3301 if ((negative && result <= 0) || (!negative && result >= 0))