Home
last modified time | relevance | path

Searched refs:rotate_gcd (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/move/algo/detail/
Dmerge.hpp327 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()
Dadaptive_sort_merge.hpp242 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/
Dadaptive_sort.hpp124 rotate_gcd(first_block - l_merged, first_block, first_block+elements_in_blocks); in adaptive_sort_build_blocks()