Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyport.h365 #define Py_ADJUST_ERANGE1(X) \ macro
/third_party/python/Objects/
Dfloatobject.c812 Py_ADJUST_ERANGE1(ix); in float_pow()