Home
last modified time | relevance | path

Searched refs:__scan (Results 1 – 25 of 32) sorted by relevance

12

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/pstl/
A Dparallel_backend_serial.h83 …strict_scan(_ExecutionPolicy&&, _Index __n, _Tp __initial, _Rp __reduce, _Cp __combine, _Sp __scan, in __parallel_strict_scan() argument
91 __scan(_Index(0), __n, __initial); in __parallel_strict_scan()
96 …nsform_scan(_ExecutionPolicy&&, _Index __n, _UnaryOp, _Tp __init, _BinaryOp, _Reduce, _Scan __scan) in __parallel_transform_scan() argument
98 return __scan(_Index(0), __n, __init); in __parallel_transform_scan()
A Dparallel_backend_tbb.h218 __trans_scan_body(_Up __u, _Tp __init, _Cp __combine, _Rp __reduce, _Sp __scan) in __trans_scan_body() argument
219 … : _M_brick_reduce(__reduce), _M_u(__u), _M_combine(__combine), _M_scan(__scan), _M_has_sum(true) in __trans_scan_body()
323 _Sp __scan) in __downsweep() argument
326 __scan(__i * __tilesize, __lastsize, __initial); in __downsweep()
331 …__tbb_backend::__downsweep(__i, __k, __tilesize, __r, __tilesize, __initial, __combine, __scan); }, in __downsweep()
336 __combine(__initial, __r[__k - 1]), __combine, __scan); in __downsweep()
357 …strict_scan(_ExecutionPolicy&&, _Index __n, _Tp __initial, _Rp __reduce, _Cp __combine, _Sp __scan, in __parallel_strict_scan() argument
382 __combine, __scan); in __parallel_strict_scan()
391 __scan(_Index(0), __n, __initial); in __parallel_strict_scan()
398 _Sp __scan) in __parallel_transform_scan() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/pstl/
A Dparallel_backend_serial.h83 …strict_scan(_ExecutionPolicy&&, _Index __n, _Tp __initial, _Rp __reduce, _Cp __combine, _Sp __scan, in __parallel_strict_scan() argument
91 __scan(_Index(0), __n, __initial); in __parallel_strict_scan()
96 …nsform_scan(_ExecutionPolicy&&, _Index __n, _UnaryOp, _Tp __init, _BinaryOp, _Reduce, _Scan __scan) in __parallel_transform_scan() argument
98 return __scan(_Index(0), __n, __init); in __parallel_transform_scan()
A Dparallel_backend_tbb.h213 __trans_scan_body(_Up __u, _Tp __init, _Cp __combine, _Rp __reduce, _Sp __scan) in __trans_scan_body() argument
214 … : _M_brick_reduce(__reduce), _M_u(__u), _M_combine(__combine), _M_scan(__scan), _M_has_sum(true) in __trans_scan_body()
318 _Sp __scan) in __downsweep() argument
321 __scan(__i * __tilesize, __lastsize, __initial); in __downsweep()
326 …__par_backend::__downsweep(__i, __k, __tilesize, __r, __tilesize, __initial, __combine, __scan); }, in __downsweep()
331 __combine(__initial, __r[__k - 1]), __combine, __scan); in __downsweep()
352 …strict_scan(_ExecutionPolicy&&, _Index __n, _Tp __initial, _Rp __reduce, _Cp __combine, _Sp __scan, in __parallel_strict_scan() argument
377 __combine, __scan); in __parallel_strict_scan()
386 __scan(_Index(0), __n, __initial); in __parallel_strict_scan()
393 _Sp __scan) in __parallel_transform_scan() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/pstl/
A Dparallel_backend_tbb.h213 __trans_scan_body(_Up __u, _Tp __init, _Cp __combine, _Rp __reduce, _Sp __scan) in __trans_scan_body() argument
214 … : _M_brick_reduce(__reduce), _M_u(__u), _M_combine(__combine), _M_scan(__scan), _M_has_sum(true) in __trans_scan_body()
316 _Sp __scan) in __downsweep() argument
319 __scan(__i * __tilesize, __lastsize, __initial); in __downsweep()
323 …__par_backend::__downsweep(__i, __k, __tilesize, __r, __tilesize, __initial, __combine, __scan); }, in __downsweep()
328 __combine(__initial, __r[__k - 1]), __combine, __scan); in __downsweep()
349 …strict_scan(_ExecutionPolicy&&, _Index __n, _Tp __initial, _Rp __reduce, _Cp __combine, _Sp __scan, in __parallel_strict_scan() argument
373 __scan); in __parallel_strict_scan()
382 __scan(_Index(0), __n, __initial); in __parallel_strict_scan()
389 _Sp __scan) in __parallel_transform_scan() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/
A Dfunctional257 for (auto __scan = __patlen - 1;
258 __pred(__first[__scan], _M_pat[__scan]); --__scan)
259 if (__scan == 0)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/experimental/
A Dfunctional257 for (auto __scan = __patlen - 1;
258 __pred(__first[__scan], _M_pat[__scan]); --__scan)
259 if (__scan == 0)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/experimental/
A Dfunctional264 for (auto __scan = __patlen - 1;
265 __pred(__first[__scan], _M_pat[__scan]); --__scan)
266 if (__scan == 0)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/
A Dfunctional258 for (auto __scan = __patlen - 1;
259 __pred(__first[__scan], _M_pat[__scan]); --__scan)
260 if (__scan == 0)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/
A Dfunctional258 for (auto __scan = __patlen - 1;
259 __pred(__first[__scan], _M_pat[__scan]); --__scan)
260 if (__scan == 0)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/experimental/
A Dfunctional263 for (auto __scan = __patlen - 1;
264 __pred(__first[__scan], _M_pat[__scan]); --__scan)
265 if (__scan == 0)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/experimental/
A Dfunctional266 for (auto __scan = __patlen - 1;
267 __pred(__first[__scan], _M_pat[__scan]); --__scan)
268 if (__scan == 0)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dstl_algobase.h2011 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY()
2013 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
2014 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan))) in _GLIBCXX_VISIBILITY()
2019 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
2021 std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
2022 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dstl_algo.h3507 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
3509 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
3515 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
3517 std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
3518 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)) in _GLIBCXX_VISIBILITY()
3631 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
3633 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
3634 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan))) in _GLIBCXX_VISIBILITY()
3638 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
3640 || std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dstl_algo.h3505 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
3507 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
3513 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
3515 std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
3516 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)) in _GLIBCXX_VISIBILITY()
3629 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
3631 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
3632 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan))) in _GLIBCXX_VISIBILITY()
3636 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
3638 || std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dstl_algo.h3494 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
3496 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
3502 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
3504 std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
3505 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)) in _GLIBCXX_VISIBILITY()
3618 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
3620 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
3621 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan))) in _GLIBCXX_VISIBILITY()
3625 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
3627 || std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dstl_algobase.h2151 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY()
2153 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
2154 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan))) in _GLIBCXX_VISIBILITY()
2159 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
2161 std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
2162 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dstl_algo.h3510 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
3512 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
3518 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
3520 std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
3521 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)) in _GLIBCXX_VISIBILITY()
3634 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
3636 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
3637 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan))) in _GLIBCXX_VISIBILITY()
3641 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
3643 || std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dstl_algo.h3510 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
3512 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
3518 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
3520 std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
3521 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)) in _GLIBCXX_VISIBILITY()
3634 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
3636 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
3637 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan))) in _GLIBCXX_VISIBILITY()
3641 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
3643 || std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dstl_algo.h3510 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
3512 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
3518 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
3520 std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
3521 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)) in _GLIBCXX_VISIBILITY()
3634 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
3636 if (__scan != std::__find_if(__first1, __scan, in _GLIBCXX_VISIBILITY()
3637 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan))) in _GLIBCXX_VISIBILITY()
3641 __gnu_cxx::__ops::__iter_comp_iter(__pred, __scan)); in _GLIBCXX_VISIBILITY()
3643 || std::__count_if(__scan, __last1, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dfunctional1111 for (auto __scan = __patlen - 1;
1112 __pred(__first[__scan], _M_pat[__scan]); --__scan)
1113 if (__scan == 0)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dfunctional1163 for (auto __scan = __patlen - 1;
1164 __pred(__first[__scan], _M_pat[__scan]); --__scan)
1165 if (__scan == 0)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dfunctional1197 for (auto __scan = __patlen - 1;
1198 __pred(__first[__scan], _M_pat[__scan]); --__scan)
1199 if (__scan == 0)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dfunctional1211 for (auto __scan = __patlen - 1;
1212 __pred(__first[__scan], _M_pat[__scan]); --__scan)
1213 if (__scan == 0)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dfunctional1193 for (auto __scan = __patlen - 1;
1194 __pred(__first[__scan], _M_pat[__scan]); --__scan)
1195 if (__scan == 0)

Completed in 69 milliseconds

12