Searched refs:partial (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_parallel_scan.cpp | 142 partial, // Accumulator has only enough information for pre_scan. enumerator 172 my_array(a.my_array), my_sum(a.my_sum), storage(0), my_state(partial) in Accumulator() 174 if (!(a.my_state == partial)) in Accumulator() 177 CHECK(a.my_state == partial); in Accumulator() 187 CHECK(my_state == partial); in operator ()() 194 CHECK(my_state == partial); in reverse_join() 195 CHECK( ((left_body.my_state == full) || (left_body.my_state==partial)) ); in reverse_join()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Dependence_Graph.rst | 8 computations and the edges create a partial ordering of these 11 specified partial ordering. The following figure shows an example of an 39 replacing the sandwich making steps. In this partial ordering, function 42 complete before D and F start executing. This is a partial ordering
|
| H A D | Parallelizing_Flow_Graph.rst | 47 this example, a dependence graph is used to establish a partial ordering 49 partial ordering, you must first get the bread before spreading the 54 together. This is a partial ordering because, for example, it doesn't
|
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 280 crossing into the next slice, it copies the partial numeral to the next 327 // Might have read partial number. 328 // If so, transfer characters of partial number to next slice.
|
| H A D | parallel_reduce.rst | 154 With the mistake, the body returns a partial sum for the last subrange
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Reduction.rst | 94 // Reduce a subrange and partial sum 98 // Reduce two partial sums 133 Sometimes it is desirable to destructively use the partial results to 134 generate the final result. For example, if the partial results are 196 // Reduce a subrange and partial sum 200 // Reduce two partial sums
|
| H A D | Odd-Even_Communication.rst | 24 Solvers for partial differential equations can often be modified to
|
| /oneTBB/ |
| H A D | INSTALL.md | 59 You can use the ``install`` components for partial installation.
|