Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_numeric.h75 _BinaryOperation2 __binary_op2) { in inner_product() argument
78 _Init = __binary_op1(_Init, __binary_op2(*__first1, *__first2)); in inner_product()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dnumeric103 _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2)
106 __init = __binary_op1(__init, __binary_op2(*__first1, *__first2));