Home
last modified time | relevance | path

Searched refs:ch_i (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/geometry/index/detail/rtree/rstar/
H A Dchoose_next_node.hpp85 child_type const& ch_i = children[i]; in choose_by_minimum_overlap_cost() local
88 Box box_exp(ch_i.first); in choose_by_minimum_overlap_cost()
93 content_type content_diff = content - index::detail::content(ch_i.first); in choose_by_minimum_overlap_cost()
151 child_type const& ch_i = children[i]; in choose_by_minimum_overlap_cost_first_n() local
153 Box box_exp(ch_i.first); in choose_by_minimum_overlap_cost_first_n()
169 … overlap_diff += overlap_exp - index::detail::intersection_content(ch_i.first, ch_j.first); in choose_by_minimum_overlap_cost_first_n()
206 child_type const& ch_i = children[i]; in choose_by_minimum_content_cost() local
209 Box box_exp(ch_i.first); in choose_by_minimum_content_cost()
214 content_type content_diff = content - index::detail::content(ch_i.first); in choose_by_minimum_content_cost()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/
H A Dinsert.hpp64 child_type const& ch_i = children[i]; in apply() local
67 Box box_exp(ch_i.first); in apply()
72 content_type content_diff = content - index::detail::content(ch_i.first); in apply()