Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dabstract.c1206 # define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot) macro
1208 # define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot, op_name) macro
1215 PyObject *result = BINARY_IOP1(v, w, iop_slot, op_slot, op_name); in binary_iop()
1261 PyObject *result = BINARY_IOP1(v, w, NB_SLOT(nb_inplace_add), in PyNumber_InPlaceAdd()
1284 PyObject *result = BINARY_IOP1(v, w, NB_SLOT(nb_inplace_multiply), in PyNumber_InPlaceMultiply()
1830 PyObject *result = BINARY_IOP1(s, o, NB_SLOT(nb_inplace_add), in PySequence_InPlaceConcat()
1863 result = BINARY_IOP1(o, n, NB_SLOT(nb_inplace_multiply), in PySequence_InPlaceRepeat()

Completed in 4 milliseconds