Searched refs:__lastsize (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
H A D | parallel_backend_tbb.h | 298 __upsweep(_Index __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Rp __reduce, _Cp… in __upsweep() argument 301 __r[0] = __reduce(__i * __tilesize, __lastsize); in __upsweep() 308 …__par_backend::__upsweep(__i + __k, __m - __k, __tilesize, __r + __k, __lastsize, __reduce, __comb… in __upsweep() 317 __downsweep(_Index __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Tp __initial, … in __downsweep() argument 321 __scan(__i * __tilesize, __lastsize, __initial); in __downsweep() 330 __par_backend::__downsweep(__i + __k, __m - __k, __tilesize, __r + __k, __lastsize, in __downsweep()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
H A D | parallel_backend_tbb.h | 303 __upsweep(_Index __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Rp __reduce, _Cp… in __upsweep() argument 306 __r[0] = __reduce(__i * __tilesize, __lastsize); in __upsweep() 313 …__tbb_backend::__upsweep(__i + __k, __m - __k, __tilesize, __r + __k, __lastsize, __reduce, __comb… in __upsweep() 322 __downsweep(_Index __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Tp __initial, … in __downsweep() argument 326 __scan(__i * __tilesize, __lastsize, __initial); in __downsweep() 335 __tbb_backend::__downsweep(__i + __k, __m - __k, __tilesize, __r + __k, __lastsize, in __downsweep()
|