Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dcomplexobject.c90 const double abs_bimag = b.imag < 0 ? -b.imag : b.imag; in _Py_c_quot() local
92 if (abs_breal >= abs_bimag) { in _Py_c_quot()
105 else if (abs_bimag >= abs_breal) { in _Py_c_quot()
/external/python/cpython2/Objects/
Dcomplexobject.c97 const double abs_bimag = b.imag < 0 ? -b.imag : b.imag; in c_quot() local
99 if (abs_breal >= abs_bimag) { in c_quot()
112 else if (abs_bimag >= abs_breal) { in c_quot()