Searched defs:fp_traits_impl (Results 1 – 1 of 1) sorted by relevance
108 template<class T, class U> struct fp_traits_impl struct110 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 …]