Searched refs:_Py_c_quot (Results 1 – 7 of 7) sorted by relevance
15 PyAPI_FUNC(Py_complex) _Py_c_quot(Py_complex, Py_complex);
69 _Py_c_quot(Py_complex a, Py_complex b) in _Py_c_quot() function181 return _Py_c_quot(c_1, c_powu(x,-n)); in c_powi()524 quot = _Py_c_quot(a, b); in complex_div()
65 .. c:function:: Py_complex _Py_c_quot(Py_complex dividend, Py_complex divisor)
3031 _Py_c_quot:Py_complex:::3032 _Py_c_quot:Py_complex:dividend::3033 _Py_c_quot:Py_complex:divisor::
1437 …<elf-symbol name='_Py_c_quot' type='func-type' binding='global-binding' visibility='default-visibi…6106 …_Py_c_quot' mangled-name='_Py_c_quot' filepath='Objects/complexobject.c' line='69' column='1' visi…
930 x = _Py_c_quot(x, y); in cmath_log_impl()
1445 * _Py_c_quot()