| /oneTBB/test/tbb/ |
| H A D | test_parallel_reduce.cpp | 112 void operator()( const tbb::blocked_range<std::size_t>& br ) { in operator ()() 113 result = ReduceToCancel{}(br, result); in operator ()() 162 tbb::blocked_range<std::size_t> br(0, buffer_test_size); in operator ()() local 165 run_parallel_reduce(br, functor); in operator ()() 167 run_parallel_reduce(br, std::size_t(0), ReduceToCancel{}, JoinToCancel{}); in operator ()() 204 tbb::blocked_range<std::size_t> br(0, buffer_test_size); in operator ()() local 207 run_parallel_deterministic_reduce(br, functor); in operator ()() 209 run_parallel_deterministic_reduce(br, std::size_t(0), ReduceToCancel{}, JoinToCancel{}); in operator ()()
|
| H A D | test_priority_queue_node.cpp | 357 broadcast_node<int> br(g); in test_deduction_guides() local 362 priority_queue_node pq1(follows(br)); in test_deduction_guides() 365 priority_queue_node pq2(follows(br), compare_type()); in test_deduction_guides() 368 priority_queue_node pq3(precedes(br)); in test_deduction_guides() 371 priority_queue_node pq4(precedes(br), compare_type()); in test_deduction_guides()
|
| H A D | test_buffer_node.cpp | 441 broadcast_node<int> br(g); in test_deduction_guides() local 445 buffer_node b1(follows(br)); in test_deduction_guides() 448 buffer_node b2(precedes(br)); in test_deduction_guides()
|
| H A D | test_hw_concurrency.cpp | 87 tbb::blocked_range<std::size_t> br(0, 1); variable
|
| H A D | test_queue_node.cpp | 480 broadcast_node<int> br(g); in test_deduction_guides() local 484 queue_node q1(follows(br)); in test_deduction_guides() 487 queue_node q2(precedes(br)); in test_deduction_guides()
|
| H A D | test_limiter_node.cpp | 493 broadcast_node<int> br(g); in test_deduction_guides() local 497 limiter_node l1(follows(br), 100); in test_deduction_guides() 500 limiter_node l2(precedes(br), 100); in test_deduction_guides()
|
| H A D | test_parallel_for.cpp | 266 tbb::blocked_range<std::size_t> br(0, buffer_test_size); in operator ()() local 267 run_overload(br, FunctorToCancel{}); in operator ()()
|
| H A D | test_sequencer_node.cpp | 417 broadcast_node<int> br(g); in test_deduction_guides_common() local 423 sequencer_node s2(follows(br), body); in test_deduction_guides_common()
|
| H A D | test_concurrent_hash_map.cpp | 658 tbb::blocked_range<std::size_t> br(0, 1000, 8); in test_with_minimalistic_mutex() local 660 tbb::parallel_for(br, thread_body); in test_with_minimalistic_mutex()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_reduce.cpp | 75 [](const oneapi::tbb::blocked_range<int>& br, Type value) -> Type { in TestDeterministicReductionFor() argument 77 for ( int ii = br.begin(); ii != br.end(); ++ii ) { in TestDeterministicReductionFor()
|
| H A D | conformance_sequencer_node.cpp | 35 broadcast_node<int> br(g); in test_deduction_guides_common() local 41 sequencer_node s2(follows(br), body); in test_deduction_guides_common()
|
| /oneTBB/examples/graph/som/ |
| H A D | som.hpp | 184 subsquare_type br(0, (int)my_map.size(), 1, 0, (int)my_map[0].size(), 1); in BMU() local 185 return BMU_range(s, xval, yval, br); in BMU()
|
| /oneTBB/test/common/ |
| H A D | container_move_support.h | 170 Foo( intptr_t br ) : state_trackable_type(0) { in Foo() argument 171 my_bar = br; in Foo()
|