Searched refs:digits_t (Results 1 – 1 of 1) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/ |
D | policy.hpp | 743 typedef basic_digits<Real> digits_t; typedef 745 mpl::equal_to<digits_t, mpl::int_<0> >, 749 …mpl::or_<mpl::less_equal<digits_t, precision_type>, mpl::less_equal<precision_type, mpl::int_<0> >… 797 typedef mpl::int_< ::std::numeric_limits<Real>::digits> digits_t; typedef 800 mpl::or_<mpl::equal_to<spec_t, mpl::false_>, mpl::equal_to<digits_t, mpl::int_<0> > >, 804 …mpl::or_<mpl::less_equal<digits_t, precision_type>, mpl::less_equal<precision_type, mpl::int_<0> >…
|