Home
last modified time | relevance | path

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

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