Lines Matching refs:digit
95 int digit = buffer[i] - '0';
96 ASSERT(0 <= digit && digit <= 9);
97 result = result * 10 + digit;
109 // Let's just say that each digit needs 4 bits.
355 // In the worst case we have to accumulate nb-digits products of digit*digit.
370 // Process temporary digit i with power i.
510 // Remove the multiples of the first digit.
629 // Otherwise they are equal up to this digit. Try the next digit.
699 // If "X" represents a "hidden" digit (by the exponent) then we are in the