Lines Matching defs:exponent
143 // If this has a greater exponent than other append zero-bigits to this.
148 // aaaaaaaaaaa 0000 (where the 0s represent a's exponent)
265 void Bignum::MultiplyByPowerOfTen(int exponent) {
284 DCHECK_GE(exponent, 0);
285 if (exponent == 0) return;
288 // We shift by exponent at the end just before returning.
289 int remaining_exponent = exponent;
301 ShiftLeft(exponent);
369 // Don't forget to update the used_digits and the exponent.
593 // The exponent encodes 0-bigits. So if there are more 0-digits in 'a' than
644 // If "X" represents a "hidden" digit (by the exponent) then we are in the