Home
last modified time | relevance | path

Searched defs:rounding_policy (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/preprocessed/
Dnumeric_cast_traits_common.hpp23 typedef Trunc<char> rounding_policy; typedef
35 typedef Trunc<signed char> rounding_policy; typedef
47 typedef Trunc<unsigned char> rounding_policy; typedef
59 typedef Trunc<short> rounding_policy; typedef
71 typedef Trunc<unsigned short> rounding_policy; typedef
83 typedef Trunc<int> rounding_policy; typedef
95 typedef Trunc<unsigned int> rounding_policy; typedef
107 typedef Trunc<long> rounding_policy; typedef
119 typedef Trunc<unsigned long> rounding_policy; typedef
131 typedef Trunc<float> rounding_policy; typedef
[all …]
Dnumeric_cast_traits_long_long.hpp21 typedef Trunc<boost::long_long_type> rounding_policy; typedef
33 typedef Trunc<boost::ulong_long_type> rounding_policy; typedef
45 typedef Trunc<boost::long_long_type> rounding_policy; typedef
57 typedef Trunc<boost::ulong_long_type> rounding_policy; typedef
69 typedef Trunc<boost::long_long_type> rounding_policy; typedef
81 typedef Trunc<boost::ulong_long_type> rounding_policy; typedef
93 typedef Trunc<boost::long_long_type> rounding_policy; typedef
105 typedef Trunc<boost::ulong_long_type> rounding_policy; typedef
117 typedef Trunc<boost::long_long_type> rounding_policy; typedef
129 typedef Trunc<boost::ulong_long_type> rounding_policy; typedef
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dnumeric_cast_traits.hpp21 typedef Trunc<Source> rounding_policy; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dnumeric_cast_traits.hpp131 …c<BOOST_PP_SEQ_ELEM(BOOST_NUMERIC_CONVERSION_B, BOOST_NUMERIC_CONVERSION_SEQ_B())> rounding_policy; typedef