Searched refs:total (Results 1 – 9 of 9) sorted by relevance
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | Update_state.cpp | 332 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 D | estimate_flow_graph_performance.rst | 26 More formally, let T be the total time consumed by all of the nodes
|
| H A D | Controlling_Chunking_os.rst | 83 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 D | Flow_Graph_Single_Vs_Broadcast.rst | 102 to the ``broadcast_node`` results in a total of nine messages pushed to
|
| H A D | Dependence_Graph.rst | 33 task to execute their body when this count is equal to the total number
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_pools.cpp | 732 for (size_t total=0; total<2*BUF_SIZE; total+=256) { in operator ()() local
|
| /oneTBB/test/tbb/ |
| H A D | test_parallel_scan.cpp | 365 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 D | Task_Scheduler_Init.rst | 38 limits the total number of oneTBB worker threads
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 2292 # but if the number exceeds 15, the total amount of fields shown is limited to
|