Home | History | Annotate | Download | only in bigint

Lines Matching refs:negative

27 	case negative:
46 case negative:
58 * Same idea as in BigUnsigned.cc, except that negative input results in a
59 * negative BigInteger instead of an exception. */
79 : BigInteger::negative;
100 if (sign == negative)
107 * nonnegative and negative numbers. */
152 case negative:
214 // Take the negative of _b_'s, sign, not ours.
256 // is positive, otherwise it is negative.
257 sign = (a.sign == b.sign) ? positive : negative;
315 // No: harder case. Quotient is negative.
316 q.sign = negative;
336 * magnitude of Q to get q (and make it negative).
378 if (sign == negative) {
401 sign = negative;