Searched defs:has_decimal (Results 1 – 3 of 3) sorted by relevance
414 Py_ssize_t *n_remainder, int *has_decimal) in parse_number()441 int has_decimal, const LocaleInfo *locale, in calc_number_widths()937 int has_decimal; in format_float_internal() local
448 Py_ssize_t *n_remainder, int *has_decimal) in parse_number()477 int has_decimal, const LocaleInfo *locale, in calc_number_widths()1050 int has_decimal; in format_float_internal() local
253 const bool has_decimal = !(parsed_int_value == parsed_double_value); in FindAll() local