Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpystrtod.c604 const char *chars_to_insert; in ensure_decimal_point() local
629 chars_to_insert = "0"; in ensure_decimal_point()
648 chars_to_insert = ".0"; in ensure_decimal_point()
662 memcpy(p, chars_to_insert, insert_count); in ensure_decimal_point()
/external/python/cpython2/Python/
Dpystrtod.c531 char *chars_to_insert, *digits_start; in ensure_decimal_point() local
555 chars_to_insert = "0"; in ensure_decimal_point()
574 chars_to_insert = ".0"; in ensure_decimal_point()
588 memcpy(p, chars_to_insert, insert_count); in ensure_decimal_point()