Home
last modified time | relevance | path

Searched refs:__xe (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/pstl/
A Dparallel_backend_utils.h52 … operator()(_RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, _RandomAccessIterator2 __ys, in operator()
57 if (__xs != __xe) in operator()
84 if (++__xs == __xe) in operator()
91 __zs = _M_move_sequences(__xs, __xe, __zs); in operator()
102 __ye = __xe; in operator()
110 __init_buf(_RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, _OutputIterator __zs, bool __b… in __init_buf() argument
112 const _OutputIterator __ze = __zs + (__xe - __xs); in __init_buf()
A Dparallel_backend_tbb.h421 …__merge_task(_RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, _RandomAccessIterator2 __ys, in __merge_task() argument
424 …: _M_xs(__xs), _M_xe(__xe), _M_ys(__ys), _M_ye(__ye), _M_zs(__zs), _M_comp(__comp), _M_cleanup(__c… in __merge_task()
496 …__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, _RandomAccessIterator… in __stable_sort_task() argument
498 …: _M_xs(__xs), _M_xe(__xe), _M_zs(__zs), _M_comp(__comp), _M_leaf_sort(__leaf_sort), _M_inplace(__… in __stable_sort_task()
580 __parallel_stable_sort(_ExecutionPolicy&&, _RandomAccessIterator __xs, _RandomAccessIterator __xe, …
587 const _DifferenceType __n = __xe - __xs;
603 __leaf_sort(__xs, __xe, __comp);
614 __parallel_merge(_ExecutionPolicy&&, _RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, in __parallel_merge() argument
621 const _SizeType __n = (__xe - __xs) + (__ye - __ys); in __parallel_merge()
626 __leaf_merge(__xs, __xe, __ys, __ye, __zs, __comp); in __parallel_merge()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/pstl/
A Dparallel_backend_utils.h52 … operator()(_RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, _RandomAccessIterator2 __ys, in operator()
57 if (__xs != __xe) in operator()
84 if (++__xs == __xe) in operator()
91 __zs = _M_move_sequences(__xs, __xe, __zs); in operator()
102 __ye = __xe; in operator()
110 __init_buf(_RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, _OutputIterator __zs, bool __b… in __init_buf() argument
112 const _OutputIterator __ze = __zs + (__xe - __xs); in __init_buf()
A Dparallel_backend_tbb.h425 …__merge_task(_RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, _RandomAccessIterator2 __ys, in __merge_task() argument
428 …: _M_xs(__xs), _M_xe(__xe), _M_ys(__ys), _M_ye(__ye), _M_zs(__zs), _M_comp(__comp), _M_cleanup(__c… in __merge_task()
500 …__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, _RandomAccessIterator… in __stable_sort_task() argument
502 …: _M_xs(__xs), _M_xe(__xe), _M_zs(__zs), _M_comp(__comp), _M_leaf_sort(__leaf_sort), _M_inplace(__… in __stable_sort_task()
586 __parallel_stable_sort(_ExecutionPolicy&&, _RandomAccessIterator __xs, _RandomAccessIterator __xe, …
593 const _DifferenceType __n = __xe - __xs;
609 __leaf_sort(__xs, __xe, __comp);
620 __parallel_merge(_ExecutionPolicy&&, _RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, in __parallel_merge() argument
627 const _SizeType __n = (__xe - __xs) + (__ye - __ys); in __parallel_merge()
632 __leaf_merge(__xs, __xe, __ys, __ye, __zs, __comp); in __parallel_merge()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/pstl/
A Dparallel_backend_utils.h48 … operator()(_RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, _RandomAccessIterator2 __ys, in operator()
58 auto __nx = __xe - __xs; in operator()
62 if (__xs != __xe) in operator()
98 if (++__xs == __xe) in operator()
112 __zs = __move_sequence_x(__xs, __xe, __zs); in operator()
117 __zs = __move_sequence_y(__xs, __xe, __zs); in operator()
126 __ye = __xe; in operator()
A Dparallel_backend_tbb.h827 …: _M_xs(__xs), _M_xe(__xe), _M_ys(__ys), _M_ye(__ye), _M_zs(__zs), _M_x_beg(__x_beg), _M_z_beg(__z… in __merge_func()
1104 …__stable_sort_func(_RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, _RandomAccessIterator… in __stable_sort_func() argument
1107 … : _M_xs(__xs), _M_xe(__xe), _M_x_beg(__x_beg), _M_zs(__zs), _M_z_beg(__z_beg), _M_comp(__comp), in __stable_sort_func()
1164 const _DifferenceType __n = __xe - __xs;
1173 __xs, __xe, __buf.get(), true, __comp, __leaf_sort, __nsort, __xs, __buf.get()};
1178 __leaf_sort(__xs, __xe, __comp);
1196 …__merge_func_static(_RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, _RandomAccessIterato… in __merge_func_static() argument
1251 __parallel_merge(_ExecutionPolicy&&, _RandomAccessIterator1 __xs, _RandomAccessIterator1 __xe, in __parallel_merge() argument
1258 const _SizeType __n = (__xe - __xs) + (__ye - __ys); in __parallel_merge()
1263 __leaf_merge(__xs, __xe, __ys, __ye, __zs, __comp); in __parallel_merge()
[all …]

Completed in 12 milliseconds