Searched refs:rotate_gcd (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/move/algo/detail/ |
D | merge.hpp | 327 RandIt rotate_gcd(RandIt first, RandIt middle, RandIt last) in rotate_gcd() function 559 first = rotate_gcd(first, old_last1, middle); in merge_bufferless_ON2() 571 last = rotate_gcd(p, middle, last); in merge_bufferless_ON2() 629 RandIt new_middle = rotate_gcd(first_cut, middle, second_cut); in merge_bufferless_ONlogN_recursive() 883 return rotate_gcd(first, middle, last); in rotate_adaptive()
|
D | adaptive_sort_merge.hpp | 242 first1 = rotate_gcd(first1, old_last1, last1);//old_last1 == last1 supported in partial_merge_bufferless_impl() 415 RandIt const new_h0 = rotate_gcd(h0, search_end, u); in collect_unique() 419 rotate_gcd(r+(new_h0-h0), u, search_end); in collect_unique() 424 rotate_gcd(first, h0, h0+h); in collect_unique()
|
/third_party/boost/boost/move/algo/ |
D | adaptive_sort.hpp | 124 rotate_gcd(first_block - l_merged, first_block, first_block+elements_in_blocks); in adaptive_sort_build_blocks()
|