Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dcomplexobject.h15 PyAPI_FUNC(Py_complex) _Py_c_quot(Py_complex, Py_complex);
/external/python/cpython3/Objects/
Dcomplexobject.c69 _Py_c_quot(Py_complex a, Py_complex b) in _Py_c_quot() function
181 return _Py_c_quot(c_1, c_powu(x,-n)); in c_powi()
524 quot = _Py_c_quot(a, b); in complex_div()
/external/python/cpython3/Doc/c-api/
Dcomplex.rst65 .. c:function:: Py_complex _Py_c_quot(Py_complex dividend, Py_complex divisor)
/external/python/cpython3/Doc/data/
Drefcounts.dat3031 _Py_c_quot:Py_complex:::
3032 _Py_c_quot:Py_complex:dividend::
3033 _Py_c_quot:Py_complex:divisor::
Dpython3.13.abi1437 …<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…
/external/python/cpython3/Modules/
Dcmathmodule.c930 x = _Py_c_quot(x, y); in cmath_log_impl()
/external/python/cpython3/Misc/NEWS.d/
D3.13.0a2.rst1445 * _Py_c_quot()