Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dcomplexobject.h13 PyAPI_FUNC(Py_complex) _Py_c_diff(Py_complex, Py_complex);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dcomplexobject.h13 PyAPI_FUNC(Py_complex) _Py_c_diff(Py_complex, Py_complex);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dcomplexobject.h13 PyAPI_FUNC(Py_complex) _Py_c_diff(Py_complex, Py_complex);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dcomplexobject.h13 PyAPI_FUNC(Py_complex) _Py_c_diff(Py_complex, Py_complex);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dcomplexobject.h13 PyAPI_FUNC(Py_complex) _Py_c_diff(Py_complex, Py_complex);
/aosp_15_r20/external/python/cpython2/Include/
Dcomplexobject.h17 #define c_diff _Py_c_diff
/aosp_15_r20/external/python/cpython3/Objects/
Dcomplexobject.c37 _Py_c_diff(Py_complex a, Py_complex b) in _Py_c_diff() function
476 result = _Py_c_diff(a, b); in complex_sub()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def468 _Py_c_diff
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcomplex.rst43 .. c:function:: Py_complex _Py_c_diff(Py_complex left, Py_complex right)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dcomplex.rst43 .. c:function:: Py_complex _Py_c_diff(Py_complex left, Py_complex right)
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1840 _Py_c_diff:Py_complex:::
1841 _Py_c_diff:Py_complex:left::
1842 _Py_c_diff:Py_complex:right::
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def244 "_Py_c_diff"
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2974 _Py_c_diff:Py_complex:::
2975 _Py_c_diff:Py_complex:left::
2976 _Py_c_diff:Py_complex:right::
Dpython3.11.abi1393 …<elf-symbol name='_Py_c_diff' type='func-type' binding='global-binding' visibility='default-visibi…
7673_Py_c_diff' mangled-name='_Py_c_diff' filepath='Objects/complexobject.c' line='37' column='1' visi…
/aosp_15_r20/external/python/cpython3/Modules/
Dcmathmodule.c1226 diff = _Py_c_abs(_Py_c_diff(a, b)); in cmath_isclose_impl()