Lines Matching defs:digits
187 * the digits one at a time. Implementation strongly inspired by the
442 short precision; /* # of digits/chars */
464 /* locase = 0 or 0x20. ORing digits or letters with 'locase'
465 * produces same digits or (maybe lowercased) letters */
555 /* actual digits of result */
1368 int digits = put_dec_trunc8(temp, addr[index]) - temp;
1370 if (digits < 3)
1372 if (digits < 2)
1375 /* reverse the digits in the quad */
1376 while (digits--)
1377 *p++ = temp[digits];