Home
last modified time | relevance | path

Searched refs:Py_ADJUST_ERANGE1 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dpyport.h367 #define Py_ADJUST_ERANGE1(X) \ macro
/external/python/cpython2/Include/
Dpyport.h503 #define Py_ADJUST_ERANGE1(X) \ macro
/external/python/cpython3/Objects/
Dfloatobject.c799 Py_ADJUST_ERANGE1(ix); in float_pow()
/external/python/cpython2/Objects/
Dfloatobject.c923 Py_ADJUST_ERANGE1(ix); in float_pow()