Home | History | Annotate | Download | only in cups

Lines Matching defs:digits

1144 	digits = 10 * numer * denom;	/* Maximum fractional value to read */
1162 while (divisor < digits && *buf >= '0' && *buf <= '9')
1169 * Skip trailing digits that won't contribute...