Home
last modified time | relevance | path

Searched refs:Py_SET_ERANGE_IF_OVERFLOW (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dpyport.h351 #define Py_SET_ERANGE_IF_OVERFLOW(X) Py_SET_ERRNO_ON_MATH_ERROR(X) macro
/external/python/cpython2/Include/
Dpyport.h487 #define Py_SET_ERANGE_IF_OVERFLOW(X) Py_SET_ERRNO_ON_MATH_ERROR(X) macro