Home
last modified time | relevance | path

Searched refs:size_to_precision (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/math/special_functions/detail/
H A Dfp_traits.hpp490 template<int n, bool fp> struct size_to_precision struct
495 template<> struct size_to_precision<4, true> struct
500 template<> struct size_to_precision<8, true> struct
505 template<> struct size_to_precision<10, true> struct
510 template<> struct size_to_precision<12, true> struct
515 template<> struct size_to_precision<16, true> struct
528 …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>:…
/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.hpp539 template<int n> struct size_to_precision;
541 template<> struct size_to_precision<4> struct
546 template<> struct size_to_precision<8> struct
551 template<> struct size_to_precision<10> struct
556 template<> struct size_to_precision<12> struct
561 template<> struct size_to_precision<16> struct
571 typedef BOOST_DEDUCED_TYPENAME size_to_precision<sizeof(T)>::type precision;