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/ |
D | round_style.pass.cpp | 49 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/ |
D | check_values.pass.cpp | 28 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.h | 44 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/ |
D | converter_policies.hpp | 124 typedef mpl::integral_c< std::float_round_style, std::round_to_nearest> round_style ;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | limits | 67 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/ |
D | converter.hpp | 27 typedef mpl::integral_c<std::float_round_style, std::round_to_nearest> round2nearest_c ;
|