Home
last modified time | relevance | path

Searched refs:units_t (Results 1 – 7 of 7) 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/sections/
H A Dsection_functions.hpp60 typedef typename coordinate_system<Point>::type::units units_t; in apply() typedef
68 units_t, calc_t in apply()
73 units_t, calc_t in apply()
82 units_t, calc_t in apply()
87 units_t, calc_t in apply()
H A Dsectionalize.hpp198 typedef typename coordinate_system<Point>::type::units units_t; in apply() typedef
202 units_t, coordinate_type in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Ddirection_code.hpp108 typedef typename coordinate_system<Point1>::type::units units_t; in apply() typedef
110 BOOST_MPL_ASSERT_MSG((boost::is_same<units_t, units2_t>::value), in apply()
112 (units_t, units2_t)); in apply()
115 typedef math::detail::constants_on_spheroid<coord1_t, units_t> constants1; in apply()
116 typedef math::detail::constants_on_spheroid<coord2_t, units_t> constants2; in apply()
117 typedef math::detail::constants_on_spheroid<calc_t, units_t> constants; in apply()
150 calc_t const dlon1 = math::longitude_distance_signed<units_t>(b0, a0); in apply()
151 calc_t const dlon2 = math::longitude_distance_signed<units_t>(b0, p0); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dpoint_in_poly_winding.hpp92 typedef typename coordinate_system<PointOfSegment>::type::units units_t; in apply() typedef
112 math::normalize_longitude<units_t>(ss20); in apply()
145 typedef typename coordinate_system<Point>::type::units units_t; typedef
146 typedef math::detail::constants_on_spheroid<CalculationType, units_t> constants;
181 math::normalize_longitude<units_t, calc_t>(s1x_anti); in apply()
263 typedef typename coordinate_system<Point>::type::units units_t; typedef
268 math::normalize_longitude<units_t, calc_t>(diff); in greater()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dbox_box.hpp106 typedef typename coordinate_system<Box1>::type::units units_t; in apply() typedef
107 typedef math::detail::constants_on_spheroid<calc_t, units_t> constants; in apply()
122 calc_t const diff_min = math::longitude_distance_unsigned<units_t>(b1_min, b2_min); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dpoint_in_box.hpp104 typedef typename coordinate_system<Geometry>::type::units units_t; in apply() typedef
105 typedef math::detail::constants_on_spheroid<calc_t, units_t> constants; in apply()
122 … calc_t const diff_min = math::longitude_distance_unsigned<units_t, calc_t>(min_value, value); in apply()
H A Dbox_in_box.hpp112 typedef typename coordinate_system<Geometry>::type::units units_t; in apply() typedef
113 typedef math::detail::constants_on_spheroid<calc_t, units_t> constants; in apply()
138 calc_t const diff_min = math::longitude_distance_unsigned<units_t>(bing_min, bed_min); in apply()