Home
last modified time | relevance | path

Searched refs:smallest_sum_of_margins (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/rstar/
H A Dredistribute_elements.hpp264 margin_type & smallest_sum_of_margins, in apply()
274 smallest_sum_of_margins, smallest_overlap, smallest_content, in apply()
291 if ( sum_of_margins < smallest_sum_of_margins ) in apply()
296 smallest_sum_of_margins = sum_of_margins; in apply()
314 margin_type & smallest_sum_of_margins, in apply()
328 …>::apply(elements, choosen_corner, choosen_index, smallest_sum_of_margins, smallest_overlap, small… in apply()
409 margin_type smallest_sum_of_margins = (std::numeric_limits<margin_type>::max)(); in apply() local
421 smallest_sum_of_margins, smallest_overlap, smallest_content, in apply()