Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpystrtod.c601 ensure_decimal_point(char* buffer, size_t buf_size, int precision) in ensure_decimal_point() function
789 buffer = ensure_decimal_point(buffer, buf_size, precision); in _PyOS_ascii_formatd()
/external/python/cpython2/Python/
Dpystrtod.c528 ensure_decimal_point(char* buffer, size_t buf_size, int precision) in ensure_decimal_point() function
714 buffer = ensure_decimal_point(buffer, buf_size, precision); in _PyOS_ascii_formatd()