Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/linear/
H A Dredistribute_elements.hpp133 size_t highest_low_index = lowest_high_index == 0 ? 1 : 0; in apply() local
134 …bounded_view_type bounded_indexable_hl(rtree::element_indexable(elements[highest_low_index], trans… in apply()
136 for ( size_t i = highest_low_index ; i < elements_count ; ++i ) in apply()
144 highest_low_index = i; in apply()
156 seed1 = highest_low_index; in apply()