Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dcomplexobject.c95 const double abs_bimag = b.imag < 0 ? -b.imag : b.imag; in _Py_c_quot() local
97 if (abs_breal >= abs_bimag) { in _Py_c_quot()
110 else if (abs_bimag >= abs_breal) { in _Py_c_quot()

Completed in 2 milliseconds