Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libstdc++/include/bits/
Dstl_numeric.h170 _BinaryOperation2 __binary_op2) in inner_product() argument
178 __init = __binary_op1(__init, __binary_op2(*__first1, *__first2)); in inner_product()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dnumeric239 _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2)
243 __init = __binary_op1(_VSTD::move(__init), __binary_op2(*__first1, *__first2));
245 __init = __binary_op1(__init, __binary_op2(*__first1, *__first2));