Lines Matching defs:digit
122 // Make a second pass now that the digit count is known
134 int digit{0};
144 digit = ch - '0';
146 digit = ch + 10 - 'A';
148 digit = ch + 10 - 'a';
154 *data |= digit >> -shift;
159 *data |= digit << shift;
235 int digit{0};
237 digit = ch - '0';
263 (value > maxu128OverTen || digit > maxLastDigit);
265 value += digit;
308 // digit. Replaces blanks with zeroes where appropriate.
425 // at least one digit, but F'77 did not, and a bare "." shows up in
427 Put('0'); // emit at least one digit