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/ |
D | complexobject.h | 13 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/ |
D | complexobject.h | 13 PyAPI_FUNC(Py_complex) _Py_c_diff(Py_complex, Py_complex);
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | complexobject.h | 13 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/ |
D | complexobject.h | 13 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/ |
D | complexobject.h | 13 PyAPI_FUNC(Py_complex) _Py_c_diff(Py_complex, Py_complex);
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | complexobject.h | 17 #define c_diff _Py_c_diff
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | complexobject.c | 37 _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/ |
D | python.def | 468 _Py_c_diff
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | complex.rst | 43 .. c:function:: Py_complex _Py_c_diff(Py_complex left, Py_complex right)
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | complex.rst | 43 .. c:function:: Py_complex _Py_c_diff(Py_complex left, Py_complex right)
|
/aosp_15_r20/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1840 _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/ |
D | python27.def | 244 "_Py_c_diff"
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2974 _Py_c_diff:Py_complex::: 2975 _Py_c_diff:Py_complex:left:: 2976 _Py_c_diff:Py_complex:right::
|
D | python3.11.abi | 1393 …<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/ |
D | cmathmodule.c | 1226 diff = _Py_c_abs(_Py_c_diff(a, b)); in cmath_isclose_impl()
|