Lines Matching refs:power
19 // exponent, where 'w' is the result of multiplying the input by a cached power
186 // the power (the kappa) is increased.
203 // Returns the biggest power of ten that is less than or equal than the given
208 static void BiggestPowerTen(uint32_t number, int number_bits, uint32_t* power,
215 *power = kTen9;
224 *power = kTen8;
233 *power = kTen7;
243 *power = kTen6;
252 *power = kTen5;
261 *power = kTen4;
271 *power = 1000;
280 *power = 100;
289 *power = 10;
298 *power = 1;
304 *power = 0;
309 *power = 0;
399 // with the divisor exponent + 1. And the divisor is the biggest power of ten
503 // with the divisor exponent + 1. And the divisor is the biggest power of ten
572 DiyFp ten_mk; // Cached power of ten: 10^-k
598 // the difference between w and boundary_minus/plus (a power of 2) and to
626 DiyFp ten_mk; // Cached power of ten: 10^-k