Searched refs:_Py_dg_strtod (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Include/ |
D | dtoa.h | 6 PyAPI_FUNC(double) _Py_dg_strtod(const char *str, char **ptr);
|
/external/python/cpython3/Include/internal/ |
D | pycore_dtoa.h | 13 PyAPI_FUNC(double) _Py_dg_strtod(const char *str, char **ptr);
|
/external/python/cpython3/Python/ |
D | pystrtod.c | 143 result = _Py_dg_strtod(nptr, endptr); in _PyOS_ascii_strtod()
|
D | dtoa.c | 1438 _Py_dg_strtod(const char *s00, char **se) in _Py_dg_strtod() function
|
/external/python/cpython2/Python/ |
D | pystrtod.c | 103 result = _Py_dg_strtod(nptr, endptr); in _PyOS_ascii_strtod()
|
D | dtoa.c | 1507 _Py_dg_strtod(const char *s00, char **se) in _Py_dg_strtod() function
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a3.rst | 157 function ``_Py_dg_strtod()`` used by ``float(str)``, ``complex(str)``,
|
/external/python/cpython3/Objects/ |
D | floatobject.c | 942 rounded = _Py_dg_strtod(mybuf, NULL); in double_round()
|
/external/python/cpython2/Objects/ |
D | floatobject.c | 1211 rounded = _Py_dg_strtod(mybuf, NULL); in _Py_double_round()
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.7rc1.rst | 99 characters) input strings in _Py_dg_strtod.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 2880 billion characters) input strings in _Py_dg_strtod.
|