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

/external/python/cpython2/Python/
H A Dpystrtod.c92 _PyOS_ascii_strtod(const char *nptr, char **endptr) function
125 _PyOS_ascii_strtod(const char *nptr, char **endptr) function
288 /* _PyOS_ascii_strtod already does everything that we want,
293 x = _PyOS_ascii_strtod(p, &fail_pos);
345 x = _PyOS_ascii_strtod(s, &fail_pos);

Completed in 92 milliseconds