Searched refs:nb_matrix_multiply (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Objects/ |
D | typeslots.inc | 76 {offsetof(PyNumberMethods, nb_matrix_multiply), offsetof(PyTypeObject, tp_as_number)},
|
D | abstract.c | 1128 return binary_op(v, w, NB_SLOT(nb_matrix_multiply), "@"); in PyNumber_MatrixMultiply() 1245 INPLACE_BINOP(PyNumber_InMatrixMultiply, nb_inplace_matrix_multiply, nb_matrix_multiply, "@=") 1317 NB_SLOT(nb_matrix_multiply), "@="); in PyNumber_InPlaceMatrixMultiply()
|
D | typeobject.c | 5818 COPYNUM(nb_matrix_multiply); in inherit_slots() 7277 SLOT1BIN(slot_nb_matrix_multiply, nb_matrix_multiply, "__matmul__", "__rmatmul__") 8044 BINSLOT("__matmul__", nb_matrix_multiply, slot_nb_matrix_multiply, 8046 RBINSLOT("__rmatmul__", nb_matrix_multiply, slot_nb_matrix_multiply,
|
/third_party/python/Include/cpython/ |
D | object.h | 147 binaryfunc nb_matrix_multiply; member
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 285 …| :c:member:`~PyNumberMethods.nb_matrix_multiply` | :c:type:`binaryfunc` | __… 2133 binaryfunc nb_matrix_multiply; 2186 .. c:member:: binaryfunc PyNumberMethods.nb_matrix_multiply
|