Searched refs:_Py_c_quot (Results 1 – 10 of 10) sorted by relevance
21 PyAPI_FUNC(Py_complex) _Py_c_quot(Py_complex, Py_complex);
20 #define c_quot _Py_c_quot
63 _Py_c_quot(Py_complex a, Py_complex b) in _Py_c_quot() function182 return _Py_c_quot(c_1, c_powu(x,-n)); in c_powi()503 quot = _Py_c_quot(a, b); in complex_div()
472 _Py_c_quot
61 .. c:function:: Py_complex _Py_c_quot(Py_complex dividend, Py_complex divisor)
1855 _Py_c_quot:Py_complex:::1856 _Py_c_quot:Py_complex:dividend::1857 _Py_c_quot:Py_complex:divisor::
247 "_Py_c_quot"
3084 _Py_c_quot:Py_complex:::3085 _Py_c_quot:Py_complex:dividend::3086 _Py_c_quot:Py_complex:divisor::
970 x = _Py_c_quot(x, y); in cmath_log_impl()