Home
last modified time | relevance | path

Searched refs:it_min1 (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/algorithms/detail/closest_feature/
H A Dpoint_to_range.hpp50 iterator_type& it_min1, in apply() argument
62 it_min1 = it_min2 = first; in apply()
78 it_min1 = prev; in apply()
89 it_min1 = it_min2 = prev_min_dist; in apply()
103 iterator_type it_min1, it_min2; in apply() local
104 apply(point, first, last, strategy, it_min1, it_min2, dist_min); in apply()
106 return std::make_pair(it_min1, it_min2); in apply()
161 iterator_type& it_min1, in apply() argument
168 it_min1, it_min2, dist_min); in apply()
177 it_min1 = it_back; in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Dgeometry_to_segment_or_box.hpp222 seg_or_box_const_iterator it_min1 = boost::const_begin(seg_or_box_points); in apply() local
223 seg_or_box_const_iterator it_min2 = it_min1; in apply()
245 assign_new_value::apply(it_min1, it_pair.first); in apply()
283 return strategy.apply(*pit_min, *it_min1, *it_min2); in apply()