Lines Matching refs:negative
787 "Ignoring attempt to set negative chromaticity value");
1133 /* Handle negative exponent with a reciprocal at the end because
1201 * C multiply would break the following for negative
1389 * leading zeros above for negative exponent, so this
1586 int negative = 0;
1591 negative = 1, A = -a;
1596 negative = !negative, T = -times;
1601 negative = !negative, D = -divisor;
1656 if (negative)
1660 if ((negative && result <= 0) || (!negative && result >= 0))