Lines Matching defs:digit
69 int digit = buffer[i] - '0';
70 DCHECK(0 <= digit && digit <= 9);
71 result = result * 10 + digit;
82 // Let's just say that each digit needs 4 bits.
317 // In the worst case we have to accumulate nb-digits products of digit*digit.
332 // Process temporary digit i with power i.
470 // Remove the multiples of the first digit.
579 // Otherwise they are equal up to this digit. Try the next digit.
644 // If "X" represents a "hidden" digit (by the exponent) then we are in the