Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dconversion.rst51 …function:: double PyOS_string_to_double(const char *s, char **endptr, PyObject *overflow_exception)
72 if ``overflow_exception`` is ``NULL`` return ``Py_HUGE_VAL`` (with
74 ``overflow_exception`` must point to a Python exception object;
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dconversion.rst54 …function:: double PyOS_string_to_double(const char *s, char **endptr, PyObject *overflow_exception)
75 if ``overflow_exception`` is ``NULL`` return ``Py_HUGE_VAL`` (with
77 ``overflow_exception`` must point to a Python exception object;
/aosp_15_r20/external/python/cpython3/Python/
Dpystrtod.c339 PyObject *overflow_exception) in PyOS_string_to_double() argument
359 else if (errno == ERANGE && fabs(x) >= 1.0 && overflow_exception) in PyOS_string_to_double()
360 PyErr_Format(overflow_exception, in PyOS_string_to_double()
/aosp_15_r20/external/python/cpython2/Python/
Dpystrtod.c338 PyObject *overflow_exception) in PyOS_string_to_double() argument
360 else if (errno == ERANGE && fabs(x) >= 1.0 && overflow_exception) in PyOS_string_to_double()
361 PyErr_Format(overflow_exception, in PyOS_string_to_double()
/aosp_15_r20/external/python/cpython2/Include/
Dpystrtod.h17 PyObject *overflow_exception);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpystrtod.h11 PyObject *overflow_exception);
/aosp_15_r20/external/python/cpython3/Include/
Dpystrtod.h11 PyObject *overflow_exception);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpystrtod.h11 PyObject *overflow_exception);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpystrtod.h11 PyObject *overflow_exception);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpystrtod.h11 PyObject *overflow_exception);
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi15893 …<parameter type-id='type-id-14' name='overflow_exception' filepath='Python/pystrtod.c' line='339' …