Home | History | Annotate | Download | only in src

Lines Matching defs:digit

96     int digit = buffer[i] - '0';
97 ASSERT(0 <= digit && digit <= 9);
98 result = result * 10 + digit;
110 // Let's just say that each digit needs 4 bits.
356 // In the worst case we have to accumulate nb-digits products of digit*digit.
371 // Process temporary digit i with power i.
511 // Remove the multiples of the first digit.
630 // Otherwise they are equal up to this digit. Try the next digit.
700 // If "X" represents a "hidden" digit (by the exponent) then we are in the