Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dvertex_longitude.hpp81 CT const half_pi = math::pi<CT>() / c2; in apply() local
82 if (math::equals(lat1, half_pi) in apply()
83 || math::equals(lat2, half_pi) in apply()
84 || math::equals(lat1, -half_pi) in apply()
85 || math::equals(lat2, -half_pi)) in apply()
177 sig3 = half_pi; in apply()
179 sig3 = -half_pi; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dnormalize_spheroidal_coordinates.hpp57 = -math::half_pi<CoordinateType>(); in min_latitude()
63 return math::half_pi<CoordinateType>(); in max_latitude()
H A Dmath.hpp437 return boost::math::constants::half_pi<T>(); in apply()
519 inline T half_pi() { return detail::define_half_pi<T>::apply(); } in half_pi() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/
H A Dconstants.hpp279 …BOOST_DEFINE_MATH_CONSTANT(half_pi, 1.570796326794896619231321691639751442e+00, "1.570796326794896…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dsegment.hpp107 static CalculationType const pi_half = math::half_pi<CalculationType>(); in contains_pi_half()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Dintersection.hpp936 return math::abs(angle_diff) <= math::half_pi<CalcT>(); in same_direction()