Lines Matching defs:digits
55 integer, and returns the number of digits consumed.
81 "Too many decimal digits in format string");
319 /* Every four digits, not every three, in bin/oct/hex. */
419 Py_ssize_t n_sign; /* number of digits needed for sign (0/1) */
420 Py_ssize_t n_grouped_digits; /* Space taken up by the digits, including
429 Py_ssize_t n_digits; /* The number of digits before a decimal
437 digits[remainder]
503 digits is already known
506 actual digits
531 /* The number of chars used for non-digits and non-padding. */
604 PyObject *digits, Py_ssize_t d_start,
609 /* Used to keep track of digits, decimal, and remainder. */
645 /* Only for type 'c' special case, it has no digits. */
647 /* Fill the digits with InsertThousandsGrouping. */
650 digits, d_pos, spec->n_digits,
683 digits, d_pos, spec->n_remainder);
872 Py_ssize_t n_digits; /* count of digits need from the computed
875 produces non-digits */
936 because the characters are likely to be non-digits. */
1152 /* Determine if we have any "remainder" (after the digits, might include
1330 /* Determine if we have any "remainder" (after the digits, might include