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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 743 typedef basic_digits<Real> digits_t; typedef in struct:boost::math::policies::precision
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;
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> > >,
    [all...]

Completed in 187 milliseconds