Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcomplexobject.h18 PyAPI_FUNC(Py_complex) _Py_c_diff(Py_complex, Py_complex);
/third_party/python/Objects/
Dcomplexobject.c35 _Py_c_diff(Py_complex a, Py_complex b) in _Py_c_diff() function
475 result = _Py_c_diff(a, b); in complex_sub()
/third_party/python/Doc/c-api/
Dcomplex.rst43 .. c:function:: Py_complex _Py_c_diff(Py_complex left, Py_complex right)
/third_party/python/Doc/data/
Drefcounts.dat3052 _Py_c_diff:Py_complex:::
3053 _Py_c_diff:Py_complex:left::
3054 _Py_c_diff:Py_complex:right::
/third_party/python/Modules/
Dcmathmodule.c1219 diff = _Py_c_abs(_Py_c_diff(a, b)); in cmath_isclose_impl()