Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcomplexobject.c93 const double abs_bimag = b.imag < 0 ? -b.imag : b.imag; in _Py_c_quot() local
95 if (abs_breal >= abs_bimag) { in _Py_c_quot()
108 else if (abs_bimag >= abs_breal) { in _Py_c_quot()