Home | History | Annotate | Download | only in src

Lines Matching full:exponent

175   // If this has a greater exponent than other append zero-bigits to this.
180 // aaaaaaaaaaa 0000 (where the 0s represent a's exponent)
302 void Bignum::MultiplyByPowerOfTen(int exponent) {
321 ASSERT(exponent >= 0);
322 if (exponent == 0) return;
325 // We shift by exponent at the end just before returning.
326 int remaining_exponent = exponent;
338 ShiftLeft(exponent);
407 // Don't forget to update the used_digits and the exponent.
644 // The exponent encodes 0-bigits. So if there are more 0-digits in 'a' than
699 // If "X" represents a "hidden" digit (by the exponent) then we are in the