Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeslots.inc77 {offsetof(PyNumberMethods, nb_inplace_matrix_multiply), offsetof(PyTypeObject, tp_as_number)},
Dabstract.c1245 INPLACE_BINOP(PyNumber_InMatrixMultiply, nb_inplace_matrix_multiply, nb_matrix_multiply, "@=")
1316 return binary_iop(v, w, NB_SLOT(nb_inplace_matrix_multiply), in PyNumber_InPlaceMatrixMultiply()
Dtypeobject.c5819 COPYNUM(nb_inplace_matrix_multiply); in inherit_slots()
8048 IBSLOT("__imatmul__", nb_inplace_matrix_multiply, slot_nb_inplace_matrix_multiply,
/third_party/python/Include/cpython/
Dobject.h148 binaryfunc nb_inplace_matrix_multiply; member
/third_party/python/Doc/c-api/
Dtypeobj.rst288 …| :c:member:`~PyNumberMethods.nb_inplace_matrix_multiply` | :c:type:`binaryfunc` | __…
2134 binaryfunc nb_inplace_matrix_multiply;
2187 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_matrix_multiply