Home
last modified time | relevance | path

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

/external/llvm-project/pstl/test/std/numerics/numeric.ops/
Dtransform_reduce.pass.cpp83 T init, BinaryOperation1 opB1, BinaryOperation2 opB2, UnaryOp opU) in operator ()()
86 auto expectedB = std::inner_product(first1, last1, first2, init, opB1, opB2); in operator ()()
87 auto expectedU = transform_reduce_serial(first1, last1, init, opB1, opU); in operator ()()
88 T resRA = std::transform_reduce(exec, first1, last1, first2, init, opB1, opB2); in operator ()()
90 resRA = std::transform_reduce(exec, first1, last1, init, opB1, opU); in operator ()()
97 test_by_type(T init, BinaryOperation1 opB1, BinaryOperation2 opB2, UnaryOp opU, Initializer initObj) in test_by_type() argument
107 init, opB1, opB2, opU); in test_by_type()
109 init, opB1, opB2, opU); in test_by_type()