Lines Matching defs:digits
74 // Count significant digits after any leading white space & zeroes
75 int digits{0};
99 if (digits++ == 0) {
116 "B/O/Z input of %d digits overflows %zd-byte variable", digits, bytes);
119 // Reset to start of significant digits
127 int bitsAfterFirstDigit{(digits - 1) * LOG2_BASE};
132 while (digits > 0) {
142 --digits;
353 // Subtle: a blank field of digits could be followed by 'E' or 'D',
414 radixPointOffset = got - start; // # of digits before the radix point
488 // Adjust exponent by number of digits before the radix point.
497 // digits in the value to be interpreted as being to the *right* of
499 exponent += got - start - edit.digits.value_or(0);
599 if (edit.digits.value_or(0) != 0) {
681 // Consume excess digits