Lines Matching defs:divisor
391 uint32_t divisor;
393 BiggestPowerTen(integrals, DiyFp::kSignificandSize - (-one.e()), &divisor,
399 // with the divisor exponent + 1. And the divisor is the biggest power of ten
402 int digit = integrals / divisor;
405 integrals %= divisor;
407 // Note that kappa now equals the exponent of the divisor and that the
418 static_cast<uint64_t>(divisor) << -one.e(), unit);
420 divisor /= 10;
494 uint32_t divisor;
496 BiggestPowerTen(integrals, DiyFp::kSignificandSize - (-one.e()), &divisor,
503 // with the divisor exponent + 1. And the divisor is the biggest power of ten
506 int digit = integrals / divisor;
510 integrals %= divisor;
512 // Note that kappa now equals the exponent of the divisor and that the
515 divisor /= 10;
522 static_cast<uint64_t>(divisor) << -one.e(), w_error,