Searched defs:__reduce (Results 1 – 5 of 5) sorted by relevance
/llvm-project/pstl/include/pstl/internal/omp/ |
H A D | parallel_scan.h | 33 __upsweep(_Index __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Rp __reduce, _Cp… in __upsweep() 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()
|
H A D | parallel_reduce.h | 24 _RealBody __real_body, _Reduction __reduce) in __parallel_reduce_body()
|
/llvm-project/libcxx/include/__numeric/ |
H A D | pstl.h | 99 _BinaryOperation1 __reduce, in transform_reduce() argument 155 _BinaryOperation __reduce, in transform_reduce() argument
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | parallel_backend_serial.h | 80 _UnaryOp, _Tp __init, _BinaryOp, _Reduce __reduce) in __parallel_transform_reduce() 88 _Rp __reduce, _Cp __combine, _Sp __scan, _Ap __apex) in __parallel_strict_scan()
|
H A D | parallel_backend_tbb.h | 221 __trans_scan_body(_Up __u, _Tp __init, _Cp __combine, _Rp __reduce, _Sp __scan) in __trans_scan_body() 306 __upsweep(_Index __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Rp __reduce, _Cp… in __upsweep() 361 _Rp __reduce, _Cp __combine, _Sp __scan, _Ap __apex) in __parallel_strict_scan()
|