Lines Matching defs:power
298 pow(5, power) is
300 power * 815 / (351 * integerPartWidth) + 1
768 /* Place pow(5, power) in DST, and return the number of parts used.
771 powerOf5(APFloatBase::integerPart *dst, unsigned int power) {
779 assert(power <= maxExponent);
784 *p1 = firstEightPowers[power & 7];
785 power >>= 3;
790 for (unsigned int n = 0; power; power >>= 1, n++) {
800 if (power & 1) {
4522 // Check that the number is a power of two by making sure that only the