policy.hpp | 419 typedef typename detail::find_arg<arg_list, is_digits2<mpl::_1>, digits2<> >::type bits_precision_type; typedef in struct:boost::math::policies::policy 421 typedef typename detail::precision<digits10_type, bits_precision_type>::type precision_type; 526 typedef typename detail::find_arg<arg_list, is_digits2<mpl::_1>, typename Policy::precision_type >::type bits_precision_type; typedef in struct:boost::math::policies::normalise 527 typedef typename detail::precision<digits10_type, bits_precision_type>::type precision_type; [all...] |