Home | History | Annotate | Download | only in src

Lines Matching defs:divisor

423   uint32_t divisor;
426 &divisor, &divisor_exponent);
431 // with the divisor exponent + 1. And the divisor is the biggest power of ten
434 int digit = integrals / divisor;
437 integrals %= divisor;
439 // Note that kappa now equals the exponent of the divisor and that the
450 static_cast<uint64_t>(divisor) << -one.e(), unit);
452 divisor /= 10;
531 uint32_t divisor;
534 &divisor, &divisor_exponent);
540 // with the divisor exponent + 1. And the divisor is the biggest power of ten
543 int digit = integrals / divisor;
547 integrals %= divisor;
549 // Note that kappa now equals the exponent of the divisor and that the
552 divisor /= 10;
559 static_cast<uint64_t>(divisor) << -one.e(), w_error,