Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dabstract.c785 binary_op1(PyObject *v, PyObject *w, const int op_slot) in binary_op1() function
836 PyObject *result = binary_op1(v, w, op_slot); in binary_op()
957 PyObject *result = binary_op1(v, w, NB_SLOT(nb_add)); in PyNumber_Add()
988 PyObject *result = binary_op1(v, w, NB_SLOT(nb_multiply)); in PyNumber_Multiply()
1064 return binary_op1(v, w, op_slot); in binary_iop1()
1557 PyObject *result = binary_op1(s, o, NB_SLOT(nb_add)); in PySequence_Concat()
1586 result = binary_op1(o, n, NB_SLOT(nb_multiply)); in PySequence_Repeat()
/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);
1895 PyObject *result = binary_op1(s, o, NB_SLOT(nb_add));
1923 result = binary_op1(o, n, NB_SLOT(nb_multiply));
/external/libcxx/include/
Dnumeric47 T init, BinaryOperation1 binary_op1, BinaryOperation2 binary_op2);
59 BinaryOperation1 binary_op1, BinaryOperation2 binary_op2); // C++17