Searched refs:__leaf_sort (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
H A D | parallel_backend_serial.h | 104 _LeafSort __leaf_sort, std::size_t = 0) 106 __leaf_sort(__first, __last, __comp);
|
H A D | parallel_backend_tbb.h | 501 int32_t __inplace, _Compare __comp, _LeafSort __leaf_sort, _SizeType __n) 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() 587 _LeafSort __leaf_sort, std::size_t __nsort = 0) 605 … __xs, __xe, (_ValueType*)__buf.get(), 2, __comp, __leaf_sort, __nsort)); 609 __leaf_sort(__xs, __xe, __comp);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
H A D | parallel_backend_serial.h | 104 _LeafSort __leaf_sort, std::size_t = 0) 106 __leaf_sort(__first, __last, __comp);
|
H A D | parallel_backend_tbb.h | 1105 bool __root, _Compare __comp, _LeafSort __leaf_sort, _SizeType __nsort, in __stable_sort_func() argument 1108 _M_leaf_sort(__leaf_sort), _M_root(__root), _M_nsort(__nsort) in __stable_sort_func() 1158 _LeafSort __leaf_sort, std::size_t __nsort = 0) 1173 __xs, __xe, __buf.get(), true, __comp, __leaf_sort, __nsort, __xs, __buf.get()}; 1178 __leaf_sort(__xs, __xe, __comp);
|