Home
last modified time | relevance | path

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

/oneTBB/examples/common/utility/
H A Dutility.hpp365 int step_function_plus(int previous, double step) { in step_function_plus() argument
366 return static_cast<int>(previous + step); in step_function_plus()
368 int step_function_multiply(int previous, double multiply) { in step_function_multiply() argument
369 return static_cast<int>(previous * multiply); in step_function_multiply()
374 int step_function_power2_ladder(int previous, double nsteps) { in step_function_power2_ladder() argument
378 if (previous < 2 * steps) in step_function_power2_ladder()
379 return previous + 1; in step_function_power2_ladder()
390 assert((prev_power2 <= previous) && (2 * prev_power2 > previous)); in step_function_power2_ladder()
392 return previous + (prev_power2 / steps); in step_function_power2_ladder()
430 int operator()(int previous) const { in operator ()()
[all …]
/oneTBB/src/tbb/
H A Dtask_stream.h98 lane_selector_base( unsigned& previous ) : my_previous( previous ) {} in lane_selector_base()
102 subsequent_lane_selector( unsigned& previous ) : lane_selector_base( previous ) {} in subsequent_lane_selector()
110 preceding_lane_selector( unsigned& previous ) : lane_selector_base( previous ) {} in preceding_lane_selector()
H A DCMakeLists.txt134 # to support previous user experience for linkage.
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp1189 for (Block* temp = activeBlk->previous; temp; temp=temp->previous) { in verifyTLSBin()
1224 block->previous = activeBlk->previous; in pushTLSBin()
1226 if( block->previous ) in pushTLSBin()
1249 activeBlk = block->previous? block->previous : block->next; in outofTLSBin()
1252 if (block->previous) { in outofTLSBin()
1258 block->next->previous = block->previous; in outofTLSBin()
1496 previous = nullptr; in privatizeOrphaned()
1557 previous = nullptr; in shareOrphaned()
1567 previous = nullptr; in cleanBlockHeader()
1917 if (previous) in free()
[all …]
/oneTBB/doc/main/tbb_userguide/
H A DLambda_Expressions.rst12 Below is the example from the previous section, rewritten with a lambda
14 example of the previous section.
78 parameter is optional. Here is the previous example rewritten in the
H A DUsing_Circular_Buffers.rst19 item must have been freed from its previous use in the pipeline. If the
H A DPredefined_Node_Types.rst26 …te its output. Its body is invoked if downstream nodes have accepted the previous generated output.
27 …Otherwise, the previous output is temporarily buffered until it is accepted downstream and then th…
H A DMapping_Nodes2Tasks.rst8 the two node graph example in the previous section. The bodies of n and
H A DHow_Task_Scheduler_Works.rst38 - Get the task returned by the previous one, if any.
H A DFloating_Point_Settings.rst55 * Restore previous settings before the end of the task.
H A Dappendix_A.rst16 registers for the previous logical thread that it was executing, and
H A DMutual_Exclusion.rst118 type, as shown in the previous examples. That way, you can change the
H A DGuiding_Task_Scheduler_Execution.rst110 Similarly to the previous example, the number of threads inside the arena is equal to the
H A Dcreate_token_based_system.rst112 like in the previous sections, there will be at most four big objects in
H A Dstd_invoke.rst169 You can update the previous example as follows:
H A DWorking_on_the_Assembly_Line_pipeline.rst168 equivalent version of the previous example that does this follows:
/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp180 SpecialMemberCalls previous = MoveOperationTracker::special_member_calls(); in test_steal_move_ctor() local
182 …REQUIRE_MESSAGE(previous == MoveOperationTracker::special_member_calls(), "Steal move ctor should … in test_steal_move_ctor()
195 SpecialMemberCalls previous = MoveOperationTracker::special_member_calls(); in test_steal_move_ctor_with_allocator() local
197 …REQUIRE_MESSAGE(previous == MoveOperationTracker::special_member_calls(), "Steal move ctor should … in test_steal_move_ctor_with_allocator()
227 SpecialMemberCalls previous = MoveOperationTracker::special_member_calls(); in test_steal_move_assign_operator() local
230 …REQUIRE_MESSAGE(previous == MoveOperationTracker::special_member_calls(), "Steal move assign opera… in test_steal_move_assign_operator()
245 SpecialMemberCalls previous = MoveOperationTracker::special_member_calls(); in test_steal_move_assign_operator_with_stateful_allocator() local
247 …REQUIRE_MESSAGE(previous == MoveOperationTracker::special_member_calls(), "Steal move assign opera… in test_steal_move_assign_operator_with_stateful_allocator()
/oneTBB/doc/main/intro/
H A Dnotation.rst35 - The ellipsis indicates that the previous item can be repeated several times.
38 …- The ellipsis preceded by a comma indicates that the previous item can be repeated sever…
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DElementwise.rst91 iteration depends on the previous iteration. However, the outer loop
H A DFenced_Data_Transfer.rst88 that indicates when the message is ready. Here is the previous
/oneTBB/doc/main/reference/
H A Dconcurrent_lru_cache_cls.rst146 to ``*this``. If existed, the previous reference held by ``*this`` is released. Upon
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_Scheduler_Init.rst6 ``tbb::task_scheduler_init`` was a multipurpose functionality in the previous versions of Threading
H A DTask_API.rst143 The previous use case can be rewritten in oneTBB as follows:
168 The previous use case can be rewritten using ``oneapi::tbb::task_group`` as:
/oneTBB/
H A Dthird-party-programs.txt152 …changed, so that their problems will not be attributed erroneously to authors of previous versions.
271 …he work the party's predecessor in interest had or could give under the previous paragraph, plus a…
/oneTBB/doc/
H A DDoxyfile.in1192 # style sheet in the list overrules the setting of the previous ones in the
1759 # style sheet in the list overrules the setting of the previous ones in the