Home | History | Annotate | Download | only in libpng

Lines Matching refs:negative

681  * negative integral value is added the result will be an unsigned value
1518 * relying on addition of two positive values producing a negative one is not
2796 /* Handle negative exponent with a reciprocal at the end because
2864 * C multiply would break the following for negative
3053 * leading zeros above for negative exponent, so this
3271 int negative = 0;
3276 negative = 1, A = -a;
3281 negative = !negative, T = -times;
3286 negative = !negative, D = -divisor;
3341 if (negative != 0)
3345 if ((negative != 0 && result <= 0) ||
3346 (negative == 0 && result >= 0))