Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/strategies/spherical/
Denvelope_multipoint.hpp127 Value max_gap = max_gap_right - max_gap_left; in maximum_gap() local
131 if (math::larger(gap, max_gap)) in maximum_gap()
135 max_gap = gap; in maximum_gap()
139 return max_gap; in maximum_gap()
174 CoordinateType max_gap in get_min_max_longitudes() local
180 if (math::larger(max_gap, complement_gap)) in get_min_max_longitudes()
/third_party/boost/boost/geometry/algorithms/detail/
Dmax_interval_gap.hpp156 if (gap > max_gap()) in apply()
175 difference_type max_gap() const in max_gap() function in boost::geometry::detail::max_interval_gap::event_visitor
252 return sweep_visitor.max_gap(); in maximum_gap()
/third_party/boost/boost/geometry/algorithms/detail/envelope/
Drange_of_boxes.hpp122 Longitude max_gap = geometry::maximum_gap(range, in apply() local
139 if (math::larger(max_gap, zero)) in apply()
142 if (math::larger(max_gap, wrapped_gap)) in apply()
/third_party/python/Lib/test/
Ddatetimetester.py5712 max_gap = max_fold = ZERO
5726 if (shift, dt) > (max_gap, max_gap_datetime):
5727 max_gap = shift
5752 print("Max gap: %16s at %s in %s" % (max_gap, max_gap_datetime, max_gap_zone))