Searched refs:digits_t (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/policies/ |
| H A D | policy.hpp | 764 typedef basic_digits<Real> digits_t; typedef 766 mpl::equal_to<digits_t, mpl::int_<0> >, 770 …mpl::or_<mpl::less_equal<digits_t, precision_type>, mpl::less_equal<precision_type, mpl::int_<0> >… 818 typedef mpl::int_< ::std::numeric_limits<Real>::digits> digits_t; typedef 821 mpl::or_<mpl::equal_to<spec_t, mpl::false_>, mpl::equal_to<digits_t, mpl::int_<0> > >, 825 …mpl::or_<mpl::less_equal<digits_t, precision_type>, mpl::less_equal<precision_type, mpl::int_<0> >…
|