Searched defs:PyOS_string_to_double (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Python/
H A Dpystrtod.c284 "deprecated. Use PyOS_string_to_double "
309 /* PyOS_string_to_double is the recommended replacement for the deprecated
336 PyOS_string_to_double(const char *s, function
344 PyFPE_START_PROTECT("PyOS_string_to_double", return -1.0)
/external/python/cpython3/Python/
H A Dpystrtod.c312 /* PyOS_string_to_double converts a null-terminated byte string s (interpreted
337 PyOS_string_to_double(const char *s, function
345 PyFPE_START_PROTECT("PyOS_string_to_double", return -1.0)

Completed in 159 milliseconds