Searched refs:_Py_c_quot (Results 1 – 5 of 5) sorted by relevance
21 PyAPI_FUNC(Py_complex) _Py_c_quot(Py_complex, Py_complex);
66 _Py_c_quot(Py_complex a, Py_complex b) in _Py_c_quot() function178 return _Py_c_quot(c_1, c_powu(x,-n)); in c_powi()498 quot = _Py_c_quot(a, b); in complex_div()
61 .. c:function:: Py_complex _Py_c_quot(Py_complex dividend, Py_complex divisor)
3067 _Py_c_quot:Py_complex:::3068 _Py_c_quot:Py_complex:dividend::3069 _Py_c_quot:Py_complex:divisor::
970 x = _Py_c_quot(x, y); in cmath_log_impl()