Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/game_of_life/
H A DUpdate_state.cpp332 char total = 0; in CheckCell() local
336 total += GetAdjacentCellState(source, m_matrix->width, m_matrix->height, cellNumber, i); in CheckCell()
342 if (total < 2 || total > 3) { in CheckCell()
353 if (total == 2) { in CheckCell()
/oneTBB/doc/main/tbb_userguide/
H A Destimate_flow_graph_performance.rst26 More formally, let T be the total time consumed by all of the nodes
H A DControlling_Chunking_os.rst83 overhead. Both Case A and Case B have the same total gray area. Case A
88 Consider this relationship and not the total number of iterations or
H A DFlow_Graph_Single_Vs_Broadcast.rst102 to the ``broadcast_node`` results in a total of nine messages pushed to
H A DDependence_Graph.rst33 task to execute their body when this count is equal to the total number
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp732 for (size_t total=0; total<2*BUF_SIZE; total+=256) { in operator ()() local
/oneTBB/test/tbb/
H A Dtest_parallel_scan.cpp365 T total = parallel_scan_wrapper(Range(0, MAXN, 1), 42, addend, sum, mode); in TestInterface() local
368 CHECK_MESSAGE(control_total==total, "Parallel prefix sum is not equal to serial"); in TestInterface()
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_Scheduler_Init.rst38 limits the total number of oneTBB worker threads
/oneTBB/doc/
H A DDoxyfile.in2292 # but if the number exceeds 15, the total amount of fields shown is limited to