Home
last modified time | relevance | path

Searched refs:convert_to_exp (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dpystrtod.c530 int digit_count, insert_count = 0, convert_to_exp = 0; in ensure_decimal_point() local
566 convert_to_exp = 1; in ensure_decimal_point()
591 if (convert_to_exp) { in ensure_decimal_point()
/external/python/cpython3/Python/
Dpystrtod.c604 int digit_count, insert_count = 0, convert_to_exp = 0; in ensure_decimal_point() local
641 convert_to_exp = 1; in ensure_decimal_point()
666 if (convert_to_exp) { in ensure_decimal_point()