Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/index/detail/rtree/quadratic/
Dredistribute_elements.hpp294 content_type content_incrase1 = (enlarged_content1 - content1); in pick_next() local
297 content_type content_incrase_diff = content_incrase1 < content_incrase2 ? in pick_next()
298 content_incrase2 - content_incrase1 : content_incrase1 - content_incrase2; in pick_next()
304 out_content_increase1 = content_incrase1; in pick_next()