Home
last modified time | relevance | path

Searched refs:PyNumber_MatrixMultiply (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dabstract.h436 PyAPI_FUNC(PyObject *) PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2);
/aosp_15_r20/external/python/cpython3/Include/
Dabstract.h436 PyAPI_FUNC(PyObject *) PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dabstract.h436 PyAPI_FUNC(PyObject *) PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dabstract.h436 PyAPI_FUNC(PyObject *) PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dabstract.h436 PyAPI_FUNC(PyObject *) PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2);
/aosp_15_r20/external/python/cpython3/Objects/
Dweakrefobject.c539 WRAP_BINARY(proxy_matmul, PyNumber_MatrixMultiply) in WRAP_BINARY()
Dabstract.c1128 PyNumber_MatrixMultiply(PyObject *v, PyObject *w) in PyNumber_MatrixMultiply() function
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dnumber.rst36 .. c:function:: PyObject* PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2)
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat1510 PyNumber_MatrixMultiply:PyObject*::+1:
1511 PyNumber_MatrixMultiply:PyObject*:o1:0:
1512 PyNumber_MatrixMultiply:PyObject*:o2:0:
Dstable_abi.dat444 function,PyNumber_MatrixMultiply,3.7,,
Dpython3.11.abi465 …<elf-symbol name='PyNumber_MatrixMultiply' type='func-type' binding='global-binding' visibility='d…
6644PyNumber_MatrixMultiply' mangled-name='PyNumber_MatrixMultiply' filepath='Objects/abstract.c' line…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c415 EXPORT_FUNC(PyNumber_MatrixMultiply)
/aosp_15_r20/external/python/cpython3/Modules/
D_operator.c105 return PyNumber_MatrixMultiply(a, b); in _operator_matmul_impl()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1980 [function.PyNumber_MatrixMultiply]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.5.rst2206 New :c:func:`PyNumber_MatrixMultiply` and
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c876 [NB_MATRIX_MULTIPLY] = PyNumber_MatrixMultiply,