Searched refs:largest_float (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/ |
| H A D | big_constant.hpp | 24 typedef __float128 largest_float; typedef 35 typedef long double largest_float; typedef 40 inline BOOST_CONSTEXPR_OR_CONST T make_big_value(largest_float v, const char*, mpl::true_ const&, m… in make_big_value() 45 inline BOOST_CONSTEXPR_OR_CONST T make_big_value(largest_float v, const char*, mpl::true_ const&, m… in make_big_value() 51 inline T make_big_value(largest_float, const char* s, mpl::false_ const&, mpl::false_ const&) in make_big_value() argument 57 inline BOOST_MATH_CONSTEXPR const char* make_big_value(largest_float, const char* s, mpl::false_ co… in make_big_value() argument 69 mpl::bool_< (is_convertible<boost::math::tools::largest_float, T>::value) && \ 70 ((D <= boost::math::tools::numeric_traits<boost::math::tools::largest_float>::digits) \ 73 …>::digits10 <= boost::math::tools::numeric_traits<boost::math::tools::largest_float>::digits10))) … 80 …::largest_float>::max_exponent && boost::math::tools::numeric_traits<T>::digits <= boost::math::to…
|