Home
last modified time | relevance | path

Searched defs: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
492 typedef unknown_precision type;
495 template<> struct size_to_precision<4, true> struct
497 typedef single_precision type;
500 template<> struct size_to_precision<8, true> struct
502 typedef double_precision type;
505 template<> struct size_to_precision<10, true> struct
507 typedef extended_double_precision type;
510 template<> struct size_to_precision<12, true> struct
512 typedef extended_double_precision type;
[all …]
/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.hpp541 template<> struct size_to_precision<4> struct
543 typedef single_precision_tag type;
546 template<> struct size_to_precision<8> struct
548 typedef double_precision_tag type;
551 template<> struct size_to_precision<10> struct
553 typedef extended_double_precision_tag type;
556 template<> struct size_to_precision<12> struct
558 typedef extended_double_precision_tag type;
561 template<> struct size_to_precision<16> struct
563 typedef extended_double_precision_tag type;