Home
last modified time | relevance | path

Searched refs:round_to_nearest (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
Dround_style.pass.cpp49 test<float, std::round_to_nearest>(); in main()
50 test<double, std::round_to_nearest>(); in main()
51 test<long double, std::round_to_nearest>(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/denorm.style/
Dcheck_values.pass.cpp28 static_assert(std::round_to_nearest == 1, in main()
34 static_assert(sizeof(test(std::round_to_nearest)) == 1, in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_limits.h44 round_to_nearest = 1, enumerator
410 round_to_nearest> {
441 round_to_nearest> {
471 round_to_nearest> {
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter_policies.hpp124 typedef mpl::integral_c< std::float_round_style, std::round_to_nearest> round_style ;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlimits67 round_to_nearest = 1,
128 round_to_nearest = 1,
340 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
386 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
436 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dconverter.hpp27 typedef mpl::integral_c<std::float_round_style, std::round_to_nearest> round2nearest_c ;