Searched refs:binary_op2 (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/gil/extension/numeric/ |
D | algorithm.hpp | 73 BinaryOperation2 binary_op2) 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() 97 BinaryOperation2 binary_op2) in apply() 121 BinaryOperation2 binary_op2) in inner_product_k() argument 124 first1, first2, init, binary_op1, binary_op2); in inner_product_k()
|