Home
last modified time | relevance | path

Searched refs:_Py_dg_strtod (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/internal/
Dpycore_dtoa.h13 PyAPI_FUNC(double) _Py_dg_strtod(const char *str, char **ptr);
/third_party/python/Python/
Dpystrtod.c143 result = _Py_dg_strtod(nptr, endptr); in _PyOS_ascii_strtod()
Ddtoa.c1438 _Py_dg_strtod(const char *s00, char **se) in _Py_dg_strtod() function
/third_party/python/Misc/NEWS.d/
D3.8.0a3.rst157 function ``_Py_dg_strtod()`` used by ``float(str)``, ``complex(str)``,
/third_party/python/Objects/
Dfloatobject.c962 rounded = _Py_dg_strtod(mybuf, NULL); in double_round()
/third_party/python/Misc/
DHISTORY2880 billion characters) input strings in _Py_dg_strtod.