Home | History | Annotate | Download | only in src

Lines Matching full:exponent

176   // If this has a greater exponent than other append zero-bigits to this.
181 // aaaaaaaaaaa 0000 (where the 0s represent a's exponent)
303 void Bignum::MultiplyByPowerOfTen(int exponent) {
322 ASSERT(exponent >= 0);
323 if (exponent == 0) return;
326 // We shift by exponent at the end just before returning.
327 int remaining_exponent = exponent;
339 ShiftLeft(exponent);
408 // Don't forget to update the used_digits and the exponent.
645 // The exponent encodes 0-bigits. So if there are more 0-digits in 'a' than
700 // If "X" represents a "hidden" digit (by the exponent) then we are in the