Lines Matching defs:digits
180 * the digits one at a time. Implementation strongly inspired by the
448 signed int precision:16; /* # of digits/chars */
469 /* locase = 0 or 0x20. ORing digits or letters with 'locase'
470 * produces same digits or (maybe lowercased) letters */
560 /* actual digits of result */
1339 int digits = put_dec_trunc8(temp, addr[index]) - temp;
1341 if (digits < 3)
1343 if (digits < 2)
1346 /* reverse the digits in the quad */
1347 while (digits--)
1348 *p++ = temp[digits];