Searched defs:__combine (Results 1 – 3 of 3) sorted by relevance
/llvm-project/pstl/include/pstl/internal/omp/ |
H A D | parallel_scan.h | 33 …Index __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Rp __reduce, _Cp __combine) in __upsweep() 52 …ndex __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Tp __initial, _Cp __combine, in __downsweep() 75 __parallel_strict_scan_body(_Index __n, _Tp __initial, _Rp __reduce, _Cp __combine, _Sp __scan, _Ap… in __parallel_strict_scan_body() 101 _Rp __reduce, _Cp __combine, _Sp __scan, _Ap __apex) in __parallel_strict_scan()
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | parallel_backend_tbb.h | 198 _Up __u, _Tp __init, _Cp __combine, _Rp __brick_reduce) in __parallel_transform_reduce() 221 __trans_scan_body(_Up __u, _Tp __init, _Cp __combine, _Rp __reduce, _Sp __scan) in __trans_scan_body() 306 …Index __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Rp __reduce, _Cp __combine) in __upsweep() 325 …ndex __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Tp __initial, _Cp __combine, in __downsweep() 361 _Rp __reduce, _Cp __combine, _Sp __scan, _Ap __apex) in __parallel_strict_scan() 401 _Cp __combine, _Rp __brick_reduce, _Sp __scan) in __parallel_transform_scan()
|
H A D | parallel_backend_serial.h | 88 _Rp __reduce, _Cp __combine, _Sp __scan, _Ap __apex) in __parallel_strict_scan()
|