Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystrtod.h10 PyAPI_FUNC(double) PyOS_ascii_atof(const char *str);
/external/python/cpython2/Doc/c-api/
Dconversion.rst156 .. c:function:: double PyOS_ascii_atof(const char *nptr)
/external/python/cpython2/Python/
Dpystrtod.c304 PyOS_ascii_atof(const char *nptr) in PyOS_ascii_atof() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1054 "PyOS_ascii_atof"
/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.rst5177 Add new C-API function PyOS_string_to_double, and deprecated PyOS_ascii_atof
/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.