Home
last modified time | relevance | path

Searched refs:PyOS_ascii_strtod (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Dpystrtod.h9 PyAPI_FUNC(double) PyOS_ascii_strtod(const char *str, char **ptr);
/external/python/cpython2/Doc/c-api/
Dconversion.rst88 .. c:function:: double PyOS_ascii_strtod(const char *nptr, char **endptr)
94 :c:func:`PyOS_ascii_strtod` should typically be used for reading configuration
/external/python/cpython2/Python/
Dpystrtod.c276 PyOS_ascii_strtod(const char *nptr, char **endptr) in PyOS_ascii_strtod() function
306 return PyOS_ascii_strtod(nptr, NULL); in PyOS_ascii_atof()
/external/python/cpython2/PC/os2emx/
Dpython27.def1052 "PyOS_ascii_strtod"
/external/python/cpython3/Doc/whatsnew/
D3.1.rst508 deprecated functions :c:func:`PyOS_ascii_strtod` and :c:func:`PyOS_ascii_atof`.
D2.7.rst2154 :c:func:`PyOS_ascii_strtod` and :c:func:`PyOS_ascii_atof` functions
2542 :c:func:`PyOS_ascii_strtod` and :c:func:`PyOS_ascii_atof` functions,
D2.4.rst752 * ``PyOS_ascii_strtod(str, ptr)`` and ``PyOS_ascii_atof(str, ptr)``
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2130 :c:func:`PyOS_ascii_strtod` and :c:func:`PyOS_ascii_atof` functions
2512 :c:func:`PyOS_ascii_strtod` and :c:func:`PyOS_ascii_atof` functions,
D2.4.rst752 * ``PyOS_ascii_strtod(str, ptr)`` and ``PyOS_ascii_atof(str, ptr)``
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst5178 and PyOS_ascii_strtod.
/external/python/cpython3/Misc/
DHISTORY12871 PyOS_ascii_strtod, and PyOS_ascii_atof. Use PyOS_double_to_string and
14830 deprecate PyOS_ascii_strtod and PyOS_ascii_atof.