Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_reduce.cpp319 using CorrectReduction = test_concepts::parallel_reduce_combine::Correct<int>; typedef
335 … static_assert(can_call_functional_preduce<Correct, int, CorrectFunc<Correct>, CorrectReduction>); in test_preduce_range_constraints()
336 …assert(!can_call_functional_preduce<NonCopyable, int, CorrectFunc<NonCopyable>, CorrectReduction>); in test_preduce_range_constraints()
338 …rt(!can_call_functional_preduce<NonSplittable, int, CorrectFunc<NonSplittable>, CorrectReduction>); in test_preduce_range_constraints()
339 … static_assert(!can_call_functional_preduce<NoEmpty, int, CorrectFunc<NoEmpty>, CorrectReduction>); in test_preduce_range_constraints()
340 …rt(!can_call_functional_preduce<EmptyNonConst, int, CorrectFunc<EmptyNonConst>, CorrectReduction>); in test_preduce_range_constraints()
342 …rt(!can_call_functional_preduce<NoIsDivisible, int, CorrectFunc<NoIsDivisible>, CorrectReduction>); in test_preduce_range_constraints()
360 …ic_assert(can_call_functional_preduce<CorrectRange, int, Correct<CorrectRange>, CorrectReduction>); in test_preduce_func_constraints()
391 …atic_assert(can_call_functional_pdet_reduce<Correct, int, CorrectFunc<Correct>, CorrectReduction>); in test_pdet_reduce_range_constraints()
395 …tic_assert(!can_call_functional_pdet_reduce<NoEmpty, int, CorrectFunc<NoEmpty>, CorrectReduction>); in test_pdet_reduce_range_constraints()
[all …]