Searched refs:ensure_minimum_exponent_length (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Python/
H A Dpystrtod.c414 ensure_minimum_exponent_length(char* buffer, size_t buf_size) function
706 ensure_minimum_exponent_length(buffer, buf_size);
/external/python/cpython3/Python/
H A Dpystrtod.c483 ensure_minimum_exponent_length(char* buffer, size_t buf_size) function
776 ensure_minimum_exponent_length(buffer, buf_size);

Completed in 338 milliseconds