Lines Matching defs:digits
173 * the digits one at a time. Implementation strongly inspired by the
440 signed int precision:16; /* # of digits/chars */
461 /* locase = 0 or 0x20. ORing digits or letters with 'locase'
462 * produces same digits or (maybe lowercased) letters */
552 /* actual digits of result */
1348 int digits = put_dec_trunc8(temp, addr[index]) - temp;
1350 if (digits < 3)
1352 if (digits < 2)
1355 /* reverse the digits in the quad */
1356 while (digits--)
1357 *p++ = temp[digits];