Searched refs:binary_op1 (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/gil/extension/numeric/ |
D | algorithm.hpp | 72 BinaryOperation1 binary_op1, in apply() 75 init = binary_op1(init, binary_op2(*first1, *first2)); in apply() 77 first1 + 1, first2 + 1, init, binary_op1, binary_op2); in apply() 96 BinaryOperation1 binary_op1, in apply() 120 BinaryOperation1 binary_op1, in inner_product_k() argument 124 first1, first2, init, binary_op1, binary_op2); in inner_product_k()
|
/third_party/python/Objects/ |
D | abstract.c | 857 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()
|