Searched refs:nb_inplace_matrix_multiply (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Objects/ |
D | typeslots.inc | 77 {offsetof(PyNumberMethods, nb_inplace_matrix_multiply), offsetof(PyTypeObject, tp_as_number)},
|
D | abstract.c | 1245 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()
|
D | typeobject.c | 5819 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/ |
D | object.h | 148 binaryfunc nb_inplace_matrix_multiply; member
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 288 …| :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
|