Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dabstract.c859 binary_op1(PyObject *v, PyObject *w, const int op_slot in binary_op1() function
912 # define BINARY_OP1(v, w, op_slot, op_name) binary_op1(v, w, op_slot)
914 # define BINARY_OP1(v, w, op_slot, op_name) binary_op1(v, w, op_slot, op_name)
1199 return binary_op1(v, w, op_slot); in binary_iop1()
1201 return binary_op1(v, w, op_slot, op_name); in binary_iop1()

Completed in 4 milliseconds