Searched refs:precision_type (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/ |
D | policy.hpp | 421 typedef typename detail::precision<digits10_type, bits_precision_type>::type precision_type; typedef 459 typedef digits2<> precision_type; typedef 461 typedef detail::precision<digits10<>, digits2<> >::type precision_type; typedef 484 typedef digits2<> precision_type; typedef 486 typedef detail::precision<digits10<>, digits2<> >::type precision_type; typedef 526 …typedef typename detail::find_arg<arg_list, is_digits2<mpl::_1>, typename Policy::precision_type >… 527 typedef typename detail::precision<digits10_type, bits_precision_type>::type precision_type; typedef 558 precision_type, 742 typedef typename Policy::precision_type precision_type; typedef 747 precision_type, [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/ |
D | math_fwd.hpp | 564 typedef typename policies::precision<result_type, Policy>::type precision_type; typedef 568 mpl::less_equal<precision_type, mpl::int_<0> >, 569 mpl::greater<precision_type, mpl::int_<64> > >,
|