Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dabstract.c857 binary_op1(PyObject *v, PyObject *w, const int op_slot in binary_op1() function
910 # define BINARY_OP1(v, w, op_slot, op_name) binary_op1(v, w, op_slot)
912 # define BINARY_OP1(v, w, op_slot, op_name) binary_op1(v, w, op_slot, op_name)
1191 return binary_op1(v, w, op_slot); in binary_iop1()
1193 return binary_op1(v, w, op_slot, op_name); in binary_iop1()