Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dabstract.c923 binary_op1(PyObject *v, PyObject *w, const int op_slot) function
997 PyObject *result = binary_op1(v, w, op_slot);
1185 PyObject *result = binary_op1(v, w, NB_SLOT(nb_add));
1216 PyObject *result = binary_op1(v, w, NB_SLOT(nb_multiply));
1291 return binary_op1(v, w, op_slot);
1898 PyObject *result = binary_op1(s, o, NB_SLOT(nb_add));
1926 result = binary_op1(o, n, NB_SLOT(nb_multiply));
/external/libcxx/include/
Dnumeric35 T init, BinaryOperation1 binary_op1, BinaryOperation2 binary_op2);