Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/math/detail/
H A Dfp_traits.hpp108 template<class T, class U> struct fp_traits_impl struct
110 typedef uint32_t bits;
111 typedef BOOST_DEDUCED_TYPENAME uint32_t_coverage<U>::type coverage;
114 static uint32_t exponent;
115 static uint32_t flag;
116 static uint32_t mantissa;
118 static void init() in init()
125 static void get_bits(T x, uint32_t& a) in get_bits()
130 static void set_bits(T& x, uint32_t a) in set_bits()
136 static size_t offset_;
[all …]