Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyport.h375 #define Py_ADJUST_ERANGE2(X, Y) \ macro
/third_party/python/Objects/
Dcomplexobject.c528 Py_ADJUST_ERANGE2(p.real, p.imag); in complex_pow()