Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyport.h370 #define Py_ADJUST_ERANGE2(X, Y) \ macro
/external/python/cpython2/Include/
Dpyport.h513 #define Py_ADJUST_ERANGE2(X, Y) \ macro
/external/python/cpython3/Objects/
Dcomplexobject.c550 Py_ADJUST_ERANGE2(p.real, p.imag); in complex_pow()
/external/python/cpython2/Objects/
Dcomplexobject.c676 Py_ADJUST_ERANGE2(p.real, p.imag); in complex_pow()