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/ |
D | abstract.h | 436 PyAPI_FUNC(PyObject *) PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | abstract.h | 436 PyAPI_FUNC(PyObject *) PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | abstract.h | 436 PyAPI_FUNC(PyObject *) PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | abstract.h | 436 PyAPI_FUNC(PyObject *) PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | abstract.h | 436 PyAPI_FUNC(PyObject *) PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2);
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | weakrefobject.c | 539 WRAP_BINARY(proxy_matmul, PyNumber_MatrixMultiply) in WRAP_BINARY()
|
D | abstract.c | 1128 PyNumber_MatrixMultiply(PyObject *v, PyObject *w) in PyNumber_MatrixMultiply() function
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | number.rst | 36 .. c:function:: PyObject* PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1510 PyNumber_MatrixMultiply:PyObject*::+1: 1511 PyNumber_MatrixMultiply:PyObject*:o1:0: 1512 PyNumber_MatrixMultiply:PyObject*:o2:0:
|
D | stable_abi.dat | 444 function,PyNumber_MatrixMultiply,3.7,,
|
D | python3.11.abi | 465 …<elf-symbol name='PyNumber_MatrixMultiply' type='func-type' binding='global-binding' visibility='d… 6644 …PyNumber_MatrixMultiply' mangled-name='PyNumber_MatrixMultiply' filepath='Objects/abstract.c' line…
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 415 EXPORT_FUNC(PyNumber_MatrixMultiply)
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _operator.c | 105 return PyNumber_MatrixMultiply(a, b); in _operator_matmul_impl()
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1980 [function.PyNumber_MatrixMultiply]
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 2206 New :c:func:`PyNumber_MatrixMultiply` and
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | ceval.c | 876 [NB_MATRIX_MULTIPLY] = PyNumber_MatrixMultiply,
|