Home
last modified time | relevance | path

Searched refs:nb_inplace_multiply (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dobject.h88 binaryfunc nb_inplace_multiply; member
/third_party/python/Objects/
H A Dabstract.c1284 PyObject *result = BINARY_IOP1(v, w, NB_SLOT(nb_inplace_multiply), in PyNumber_InPlaceMultiply()
1863 result = BINARY_IOP1(o, n, NB_SLOT(nb_inplace_multiply), in PySequence_InPlaceRepeat()
H A Dtypeobject.c5901 COPYNUM(nb_inplace_multiply); in inherit_slots()
8149 IBSLOT("__imul__", nb_inplace_multiply, slot_nb_inplace_multiply,

Completed in 15 milliseconds