Home
last modified time | relevance | path

Searched defs:two_pi (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dbuffer_point_circle.hpp88 promoted_type const two_pi = geometry::math::two_pi<promoted_type>(); in apply() local
H A Dbuffer_end_round.hpp70 PromotedType const two_pi = geometry::math::two_pi<PromotedType>(); in generate_points() local
H A Dbuffer_join_round.hpp84 PromotedType const two_pi = geometry::math::two_pi<PromotedType>(); in generate_points() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Ddistance_cross_track_point_box.hpp130 return_type const two_pi = math::two_pi<return_type>(); in apply() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dvincenty_inverse.hpp90 CT const two_pi = c2 * pi; in apply() local
H A Dspherical.hpp184 T const two_pi = math::two_pi<T>(); in azimuth_side_value() local
H A Darea_formulas.hpp552 CT const two_pi in crosses_prime_meridian() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp516 inline T two_pi() { return detail::define_two_pi<T>::apply(); } in two_pi() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp54 static double const two_pi = pi *2; variable