Home
last modified time | relevance | path

Searched refs:rounding_cast (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp478 struct rounding_cast struct
488 struct rounding_cast<Source, Source, ResultIsInteger, SourceIsInteger> struct
498 struct rounding_cast<Result, Source, true, false> struct
769 inline Result rounding_cast(T const& v) in rounding_cast() function
771 return detail::rounding_cast<Result, T>::apply(v); in rounding_cast()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Drescale_policy.hpp56 return geometry::math::rounding_cast<output_ct>(result); in apply()