Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/
H A Dtransform_exclusive_scan_init_bop_uop.pass.cpp47 T *end = std::transform_exclusive_scan(first, last, out, init, bop, uop); in test()
52 end = std::transform_exclusive_scan(out, end, out, init, bop, uop); in test()
100 …std::transform_exclusive_scan(v.begin(), v.end(), v.begin(), size_t{50}, std::plus<>(), add_one{}); in basic_tests()
108 …std::transform_exclusive_scan(v.begin(), v.end(), v.begin(), size_t{30}, std::plus<>(), add_one{}); in basic_tests()
116 …std::transform_exclusive_scan(v.begin(), v.end(), v.begin(), size_t{40}, std::plus<>(), add_one{}); in basic_tests()
123 …std::transform_exclusive_scan(v.begin(), v.end(), res.begin(), size_t{40}, std::plus<>(), add_one{… in basic_tests()
132 …std::transform_exclusive_scan(v.begin(), v.end(), res.begin(), size_t{1}, std::multiplies<>(), add… in basic_tests()
/llvm-project-15.0.7/libcxx/include/__numeric/
H A Dtransform_exclusive_scan.h27 transform_exclusive_scan(_InputIterator __first, _InputIterator __last, in transform_exclusive_scan() function
/llvm-project-15.0.7/pstl/test/std/numerics/numeric.ops/
H A Dtransform_scan.pass.cpp50 …: transform_exclusive_scan(std::execution::seq, first, last, expected_first, init, binary_op, unar… in operator ()()
52 … : transform_exclusive_scan(exec, first, last, out_first, init, binary_op, unary_op); in operator ()()
/llvm-project-15.0.7/libcxx/include/
H A Dnumeric100 transform_exclusive_scan(InputIterator first, InputIterator last,
162 #include <__numeric/transform_exclusive_scan.h>
H A DCMakeLists.txt413 __numeric/transform_exclusive_scan.h
H A Dmodule.modulemap.in884 module transform_exclusive_scan { private header "__numeric/transform_exclusive_scan.h" }
/llvm-project-15.0.7/pstl/
H A DREADME.md26 * The initial value type for `exclusive_scan`, `inclusive_scan`, `transform_exclusive_scan`, `trans…
/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dglue_numeric_defs.h89 transform_exclusive_scan(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __…
H A Dglue_numeric_impl.h155 transform_exclusive_scan(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __… in transform_exclusive_scan() function
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn474 "__numeric/transform_exclusive_scan.h",
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc1146 SYMBOL(transform_exclusive_scan, std::, <numeric>)