Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcomplexobject.h21 PyAPI_FUNC(Py_complex) _Py_c_quot(Py_complex, Py_complex);
/third_party/python/Objects/
Dcomplexobject.c66 _Py_c_quot(Py_complex a, Py_complex b) in _Py_c_quot() function
178 return _Py_c_quot(c_1, c_powu(x,-n)); in c_powi()
498 quot = _Py_c_quot(a, b); in complex_div()
/third_party/python/Doc/c-api/
Dcomplex.rst61 .. c:function:: Py_complex _Py_c_quot(Py_complex dividend, Py_complex divisor)
/third_party/python/Doc/data/
Drefcounts.dat3067 _Py_c_quot:Py_complex:::
3068 _Py_c_quot:Py_complex:dividend::
3069 _Py_c_quot:Py_complex:divisor::
/third_party/python/Modules/
Dcmathmodule.c970 x = _Py_c_quot(x, y); in cmath_log_impl()