Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
Dfp_traits.hpp483 template<int n, bool fp> struct size_to_precision struct
485 typedef unknown_precision type;
488 template<> struct size_to_precision<4, true> struct
490 typedef single_precision type;
493 template<> struct size_to_precision<8, true> struct
495 typedef double_precision type;
498 template<> struct size_to_precision<10, true> struct
500 typedef extended_double_precision type;
503 template<> struct size_to_precision<12, true> struct
505 typedef extended_double_precision type;
[all …]