HomeSort by relevance Sort by last modified time
    Searched refs:precision_type (Results 1 - 3 of 3) sorted by null

  /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 97 GLenum precision_type,
99 switch (precision_type) {
129 glGetShaderPrecisionFormat(shader_type, precision_type,
143 if (precision_type == GL_HIGH_FLOAT &&
8700 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...]

Completed in 128 milliseconds