Home
last modified time | relevance | path

Searched refs:dist_min (Results 1 – 4 of 4) 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.hpp52 Distance& dist_min) in apply() argument
63 dist_min = strategy.apply(point, *first, *first); in apply()
68 dist_min = strategy.apply(point, *prev, *it); in apply()
77 dist_min = zero; in apply()
82 else if (dist < dist_min) in apply()
84 dist_min = dist; in apply()
101 Distance& dist_min) in apply() argument
104 apply(point, first, last, strategy, it_min1, it_min2, dist_min); in apply()
119 >::type dist_min; in apply() local
121 return apply(point, first, last, strategy, dist_min); in apply()
[all …]
H A Dgeometry_to_range.hpp49 Distance& dist_min) in apply() argument
57 dist_min = dispatch::distance in apply()
76 dist_min = dist; in apply()
80 else if (dist < dist_min) in apply()
82 dist_min = dist; in apply()
100 Distance& dist_min) in apply() argument
103 apply(geometry, first, last, strategy, it_min, dist_min); in apply()
131 >::type dist_min; in apply() local
133 return apply(geometry, first, last, strategy, dist_min); in apply()
H A Drange_to_range.hpp54 Distance& dist_min) in apply() argument
62 dist_min = zero; in apply()
94 if (first || dist < dist_min) in apply()
96 dist_min = dist; in apply()
99 if ( math::equals(dist_min, zero) ) in apply()
134 Distance& dist_min) in apply() argument
145 strategy, rtree_min, qit_min, dist_min); in apply()
182 >::type dist_min; in apply() local
185 strategy, dist_min); in apply()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_fragment.c547 static int dist_min; variable
573 .extra1 = &dist_min,