Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dabstract.c1198 # define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot) macro
1200 # define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot, op_nam… macro
1207 PyObject *result = BINARY_IOP1(v, w, iop_slot, op_slot, op_name); in binary_iop()
1264 PyObject *result = BINARY_IOP1(v, w, NB_SLOT(nb_inplace_add), in PyNumber_InPlaceAdd()
1287 PyObject *result = BINARY_IOP1(v, w, NB_SLOT(nb_inplace_multiply), in PyNumber_InPlaceMultiply()
1837 PyObject *result = BINARY_IOP1(s, o, NB_SLOT(nb_inplace_add), in PySequence_InPlaceConcat()
1870 result = BINARY_IOP1(o, n, NB_SLOT(nb_inplace_multiply), in PySequence_InPlaceRepeat()