HomeSort by relevance Sort by last modified time
    Searched full:size_to_precision (Results 1 - 1 of 1) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
fp_traits.hpp 480 // size_to_precision is a type switch for converting a C++ floating point type
483 template<int n, bool fp> struct size_to_precision struct in namespace:boost::math::detail
488 template<> struct size_to_precision<4, true> struct in namespace:boost::math::detail
493 template<> struct size_to_precision<8, true> struct in namespace:boost::math::detail
498 template<> struct size_to_precision<10, true> struct in namespace:boost::math::detail
503 template<> struct size_to_precision<12, true> struct in namespace:boost::math::detail
508 template<> struct size_to_precision<16, true> struct in namespace:boost::math::detail
521 typedef BOOST_DEDUCED_TYPENAME size_to_precision<sizeof(T), ::boost::is_floating_point<T>::value>::type precision;
555 typedef BOOST_DEDUCED_TYPENAME size_to_precision<sizeof(T), ::boost::is_floating_point<T>::value>::type precision;

Completed in 64 milliseconds