Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_numeric.h169 _BinaryOperation1 __binary_op1, in inner_product() argument
178 __init = __binary_op1(__init, __binary_op2(*__first1, *__first2)); in inner_product()
/freebsd-12.1/contrib/libc++/include/
H A Dnumeric219 _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2)
222 __init = __binary_op1(__init, __binary_op2(*__first1, *__first2));