Lines Matching defs:exponent
18 // The minimal and maximal target exponent define the range of w's binary
19 // exponent, where 'w' is the result of multiplying the input by a cached power
209 int* exponent) {
216 *exponent = 9;
225 *exponent = 8;
234 *exponent = 7;
244 *exponent = 6;
253 *exponent = 5;
262 *exponent = 4;
272 *exponent = 3;
281 *exponent = 2;
290 *exponent = 1;
299 *exponent = 0;
305 *exponent = -1;
310 *exponent = 0;
317 // exponent. Its exponent is bounded by kMinimalTargetExponent and
399 // with the divisor exponent + 1. And the divisor is the biggest power of ten
407 // Note that kappa now equals the exponent of the divisor and that the
451 // exponent. Its exponent is bounded by kMinimalTargetExponent and
503 // with the divisor exponent + 1. And the divisor is the biggest power of ten
512 // Note that kappa now equals the exponent of the divisor and that the