Searched refs:convert_binop (Results 1 – 1 of 1) sorted by relevance
1149 convert_binop(PyObject *v, PyObject *w, PyLongObject **a, PyLongObject **b) { in convert_binop() function1176 if (!convert_binop(v, w, a, b)) { \2978 if (!convert_binop((PyObject *)v, (PyObject *)w, &a, &b)) { in long_mul()