/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/ |
policy.hpp | 421 typedef typename detail::precision<digits10_type, bits_precision_type>::type precision_type; typedef in struct:boost::math::policies::policy 459 typedef digits2<> precision_type; typedef in struct:boost::math::policies::policy 461 typedef detail::precision<digits10<>, digits2<> >::type precision_type; typedef in struct:boost::math::policies::policy 484 typedef digits2<> precision_type; typedef in struct:boost::math::policies::policy 486 typedef detail::precision<digits10<>, digits2<> >::type precision_type; typedef in struct:boost::math::policies::policy 526 typedef typename detail::find_arg<arg_list, is_digits2<mpl::_1>, typename Policy::precision_type >::type bits_precision_type; 527 typedef typename detail::precision<digits10_type, bits_precision_type>::type precision_type; typedef in struct:boost::math::policies::normalise 558 precision_type, 742 typedef typename Policy::precision_type precision_type; typedef in struct:boost::math::policies::precision 781 typedef typename Policy::precision_type precision_type; typedef in struct:boost::math::policies::precision [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder.cc | 99 GLenum precision_type, 101 switch (precision_type) { 131 glGetShaderPrecisionFormat(shader_type, precision_type, 145 if (precision_type == GL_HIGH_FLOAT && 8804 GLenum precision_type = static_cast<GLenum>(c.precisiontype); local [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/ |
math_fwd.hpp | 564 typedef typename policies::precision<result_type, Policy>::type precision_type; typedef in struct:boost::math::detail::bessel_traits 568 mpl::less_equal<precision_type, mpl::int_<0> >, 569 mpl::greater<precision_type, mpl::int_<64> > >, [all...] |