Searched defs:__combine (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++/src/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()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/ |
H A D | parallel_backend_tbb.h | 197 _Up __u, _Tp __init, _Cp __combine, _Rp __brick_reduce) in __parallel_transform_reduce() 220 __trans_scan_body(_Up __u, _Tp __init, _Cp __combine, _Rp __reduce, _Sp __scan) in __trans_scan_body() 305 …Index __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Rp __reduce, _Cp __combine) in __upsweep() 324 …ndex __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Tp __initial, _Cp __combine, in __downsweep() 360 _Rp __reduce, _Cp __combine, _Sp __scan, _Ap __apex) in __parallel_strict_scan() 400 _Cp __combine, _Rp __brick_reduce, _Sp __scan) in __parallel_transform_scan()
|
H A D | parallel_backend_serial.h | 67 _Rp __reduce, _Cp __combine, _Sp __scan, _Ap __apex) in __parallel_strict_scan()
|