Home
last modified time | relevance | path

Searched defs:binary_op (Results 1 – 3 of 3) sorted by relevance

/llvm-project/pstl/test/std/numerics/numeric.ops/
H A Dtransform_scan.pass.cpp81 T init, BinaryOperation binary_op) noexcept in transform_inclusive_scan_serial()
95 T init, BinaryOperation binary_op) noexcept in transform_exclusive_scan_serial()
107 test(UnaryOp unary_op, Out init, BinaryOp binary_op, Out trash) in test()
146 test_matrix(UnaryOp unary_op, Out init, BinaryOp binary_op, Out trash) in test_matrix()
H A Dscan.pass.cpp37 …(InputIterator first, InputIterator last, OutputIterator result, T init, BinaryOperation binary_op) in exclusive_scan_serial()
50 …(InputIterator first, InputIterator last, OutputIterator result, BinaryOperation binary_op, T init) in inclusive_scan_serial()
62 …n_serial(InputIterator first, InputIterator last, OutputIterator result, BinaryOperation binary_op) in inclusive_scan_serial()
166 test_matrix(Out init, BinaryOp binary_op, Out trash) in test_matrix()
H A Dreduce.pass.cpp34 test_long_form(T init, BinaryOp binary_op, F f) in test_long_form()