Searched refs:rotate_gcd (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | merge.hpp | 74 RandIt rotate_gcd(RandIt first, RandIt middle, RandIt last) in rotate_gcd() function 323 BidirIt new_middle = rotate_gcd(first_cut, middle, second_cut); in merge_bufferless_ONlogN_recursive() 362 first = rotate_gcd(first, old_last1, middle); in merge_bufferless_ON2() 374 last = rotate_gcd(p, middle, last); in merge_bufferless_ON2()
|
| H A D | adaptive_sort_merge.hpp | 474 first1 = rotate_gcd(first1, old_last1, last1);//old_last1 == last1 supported in partial_merge_bufferless_impl() 686 RandIt const new_h0 = rotate_gcd(h0, search_end, u); in collect_unique() 690 rotate_gcd(r+(new_h0-h0), u, search_end); in collect_unique() 695 rotate_gcd(first, h0, h0+h); in collect_unique() 1726 rotate_gcd(first_block - l_merged, first_block, first_block+elements_in_blocks); in adaptive_sort_build_blocks()
|