Searched refs:AdaptiveSortInsertionSortThreshold (Results 1 – 1 of 1) sorted by relevance
77 static const std::size_t AdaptiveSortInsertionSortThreshold = 16; variable79 BOOST_STATIC_ASSERT((AdaptiveSortInsertionSortThreshold&(AdaptiveSortInsertionSortThreshold-1)) == …725 while(s > AdaptiveSortInsertionSortThreshold){ in floor_merge_multiple()740 if(base < AdaptiveSortInsertionSortThreshold){ in ceil_merge_multiple()744 base = AdaptiveSortInsertionSortThreshold/2 + 1; in ceil_merge_multiple()795 while((L - m) > size_type(AdaptiveSortInsertionSortThreshold)){ in slow_stable_sort()796 insertion_sort(first+m, first+m+size_type(AdaptiveSortInsertionSortThreshold), comp); in slow_stable_sort()797 m += AdaptiveSortInsertionSortThreshold; in slow_stable_sort()802 size_type h = AdaptiveSortInsertionSortThreshold; in slow_stable_sort()1568 size_type const s = min_value<size_type>(step, AdaptiveSortInsertionSortThreshold); in op_insertion_sort_step_left()[all …]