Searched refs:size_to_precision (Results 1 – 2 of 2) sorted by relevance
490 template<int n, bool fp> struct size_to_precision struct495 template<> struct size_to_precision<4, true> struct500 template<> struct size_to_precision<8, true> struct505 template<> struct size_to_precision<10, true> struct510 template<> struct size_to_precision<12, true> struct515 template<> struct size_to_precision<16, true> struct528 …typedef BOOST_DEDUCED_TYPENAME size_to_precision<sizeof(T), ::boost::is_floating_point<T>::value>:…565 …typedef BOOST_DEDUCED_TYPENAME size_to_precision<sizeof(T), ::boost::is_floating_point<T>::value>:…
539 template<int n> struct size_to_precision;541 template<> struct size_to_precision<4> struct546 template<> struct size_to_precision<8> struct551 template<> struct size_to_precision<10> struct556 template<> struct size_to_precision<12> struct561 template<> struct size_to_precision<16> struct571 typedef BOOST_DEDUCED_TYPENAME size_to_precision<sizeof(T)>::type precision;