Home | History | Annotate | Download | only in bigint

Lines Matching refs:BigUnsigned

38 BigInteger::BigInteger(const BigUnsigned &x, Sign s) : mag(x) {
58 * Same idea as in BigUnsigned.cc, except that negative input results in a
89 /* Reuse BigUnsigned's conversion to an unsigned primitive integer.
91 * BigInteger::convertToUnsignedPrimitive to avoid requiring BigUnsigned to
94 inline X convertBigUnsignedToPrimitiveAccess(const BigUnsigned &a) {
106 /* Similar to BigUnsigned::convertToPrimitive, but split into two cases for
162 * then call one of BigUnsigned's copy-less operations. */
164 // See remarks about aliased calls in BigUnsigned.cc .
265 * `BigUnsigned::divideWithRemainder' in `BigUnsigned.cc' for lots of
286 // same idea as in BigUnsigned::divideWithRemainder .
324 * a, Q and R are the results of BigUnsigned division