Searched defs:__scan (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
H A D | parallel_backend_serial.h | 83 …strict_scan(_ExecutionPolicy&&, _Index __n, _Tp __initial, _Rp __reduce, _Cp __combine, _Sp __scan, in __parallel_strict_scan() 96 …nsform_scan(_ExecutionPolicy&&, _Index __n, _UnaryOp, _Tp __init, _BinaryOp, _Reduce, _Scan __scan) in __parallel_transform_scan()
|
H A D | parallel_backend_tbb.h | 213 __trans_scan_body(_Up __u, _Tp __init, _Cp __combine, _Rp __reduce, _Sp __scan) in __trans_scan_body() 318 _Sp __scan) in __downsweep() 352 …strict_scan(_ExecutionPolicy&&, _Index __n, _Tp __initial, _Rp __reduce, _Cp __combine, _Sp __scan, in __parallel_strict_scan() 393 _Sp __scan) in __parallel_transform_scan()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
H A D | parallel_backend_serial.h | 83 …strict_scan(_ExecutionPolicy&&, _Index __n, _Tp __initial, _Rp __reduce, _Cp __combine, _Sp __scan, in __parallel_strict_scan() 96 …nsform_scan(_ExecutionPolicy&&, _Index __n, _UnaryOp, _Tp __init, _BinaryOp, _Reduce, _Scan __scan) in __parallel_transform_scan()
|
H A D | parallel_backend_tbb.h | 218 __trans_scan_body(_Up __u, _Tp __init, _Cp __combine, _Rp __reduce, _Sp __scan) in __trans_scan_body() 323 _Sp __scan) in __downsweep() 357 …strict_scan(_ExecutionPolicy&&, _Index __n, _Tp __initial, _Rp __reduce, _Cp __combine, _Sp __scan, in __parallel_strict_scan() 398 _Sp __scan) in __parallel_transform_scan()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | stl_algo.h | 3593 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
|
H A D | ranges_algo.h | 805 for (auto __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | stl_algo.h | 3537 for (_ForwardIterator1 __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
|
H A D | ranges_algo.h | 595 for (auto __scan = __first1; __scan != __last1; ++__scan) in _GLIBCXX_VISIBILITY() local
|