Searched refs:__upsweep (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/pstl/include/pstl/internal/ |
D | parallel_backend_tbb.h | 306 __upsweep(_Index __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Rp __reduce, _Cp… in __upsweep() function 314 … [=] { __tbb_backend::__upsweep(__i, __k, __tilesize, __r, __tilesize, __reduce, __combine); }, in __upsweep() 316 …__tbb_backend::__upsweep(__i + __k, __m - __k, __tilesize, __r + __k, __lastsize, __reduce, __comb… in __upsweep() 372 …__tbb_backend::__upsweep(_Index(0), _Index(__m + 1), __tilesize, __r, __n - __m * __tilesize, __re… in __parallel_strict_scan()
|