Home
last modified time | relevance | path

Searched refs:round_toward_zero (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
Dround_style.pass.cpp28 test<bool, std::round_toward_zero>(); in main()
29 test<char, std::round_toward_zero>(); in main()
30 test<signed char, std::round_toward_zero>(); in main()
31 test<unsigned char, std::round_toward_zero>(); in main()
32 test<wchar_t, std::round_toward_zero>(); in main()
34 test<char16_t, std::round_toward_zero>(); in main()
35 test<char32_t, std::round_toward_zero>(); in main()
37 test<short, std::round_toward_zero>(); in main()
38 test<unsigned short, std::round_toward_zero>(); in main()
39 test<int, std::round_toward_zero>(); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/denorm.style/
Dcheck_values.pass.cpp26 static_assert(std::round_toward_zero == 0, in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlimits.hpp86 BOOST_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero);
139 BOOST_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/
Ddefault.pass.cpp81 static_assert(std::numeric_limits<A>::round_style == std::round_toward_zero, in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter_policies.hpp45 typedef mpl::integral_c< std::float_round_style, std::round_toward_zero> round_style ;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_limits.h43 round_toward_zero = 0, enumerator
74 _STLP_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlimits60 static constexpr float_round_style round_style = round_toward_zero;
66 round_toward_zero = 0,
127 round_toward_zero = 0,
182 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
246 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
294 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dconverter.hpp26 typedef mpl::integral_c<std::float_round_style, std::round_toward_zero> round2zero_c ;