Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dparallel_scan.h67 concept parallel_scan_function = std::invocable<const std::remove_reference_t<Function>&, variable
587 __TBB_requires(tbb_range<Range> && parallel_scan_function<Scan, Range, Value> && in __TBB_requires()
598 __TBB_requires(tbb_range<Range> && parallel_scan_function<Scan, Range, Value> && in __TBB_requires()
610 __TBB_requires(tbb_range<Range> && parallel_scan_function<Scan, Range, Value> && in __TBB_requires()
/oneTBB/test/tbb/
H A Dtest_parallel_scan.cpp419 using CorrectFunc = test_concepts::parallel_scan_function::Correct<Range, T>;
466 using namespace test_concepts::parallel_scan_function; in test_pscan_func_constraints()
/oneTBB/test/common/
H A Dconcepts_common.h379 namespace parallel_scan_function {