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/ |
D | round_style.pass.cpp | 28 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/ |
D | check_values.pass.cpp | 26 static_assert(std::round_toward_zero == 0, in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | limits.hpp | 86 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/ |
D | default.pass.cpp | 81 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/ |
D | converter_policies.hpp | 45 typedef mpl::integral_c< std::float_round_style, std::round_toward_zero> round_style ;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _limits.h | 43 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/ |
D | limits | 60 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/ |
D | converter.hpp | 26 typedef mpl::integral_c<std::float_round_style, std::round_toward_zero> round2zero_c ;
|