/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | round_style.pass.cpp | 22 static_assert(std::numeric_limits<T>::round_style == expected, "round_style test 1"); in test() 23 static_assert(std::numeric_limits<const T>::round_style == expected, "round_style test 2"); in test() 24 static_assert(std::numeric_limits<volatile T>::round_style == expected, "round_style test 3"); in test() 25 …static_assert(std::numeric_limits<const volatile T>::round_style == expected, "round_style test 4"… in test()
|
D | const_data_members.pass.cpp | 68 test(std::numeric_limits<type>::round_style);
|
/external/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | round_style.pass.cpp | 21 static_assert(std::numeric_limits<T>::round_style == expected, "round_style test 1"); in test() 22 static_assert(std::numeric_limits<const T>::round_style == expected, "round_style test 2"); in test() 23 static_assert(std::numeric_limits<volatile T>::round_style == expected, "round_style test 3"); in test() 24 …static_assert(std::numeric_limits<const volatile T>::round_style == expected, "round_style test 4"… in test()
|
D | const_data_members.pass.cpp | 67 test(std::numeric_limits<type>::round_style);
|
/external/libcxx/include/ |
D | limits | 60 static constexpr float_round_style round_style = round_toward_zero; 185 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero; 250 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero; 298 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero; 344 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest; 390 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest; 440 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest; 486 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style; 534 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<_Tp>::round_style; 579 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style; [all …]
|
/external/llvm-project/libcxx/include/ |
D | limits | 59 static constexpr float_round_style round_style = round_toward_zero; 184 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero; 249 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero; 297 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero; 343 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest; 389 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest; 439 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest; 485 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style; 533 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<_Tp>::round_style; 578 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style; [all …]
|
/external/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits/ |
D | default.pass.cpp | 82 static_assert(std::numeric_limits<A>::round_style == std::round_toward_zero, in main()
|
/external/libcxx/test/std/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()
|
/external/libtextclassifier/abseil-cpp/absl/numeric/ |
D | int128.cc | 352 constexpr float_round_style numeric_limits<absl::uint128>::round_style; member in std::numeric_limits<absl::uint128> 376 constexpr float_round_style numeric_limits<absl::int128>::round_style; member in std::numeric_limits<absl::int128>
|
D | int128.h | 266 static constexpr float_round_style round_style = round_toward_zero; variable 501 static constexpr float_round_style round_style = round_toward_zero; variable
|
/external/angle/third_party/abseil-cpp/absl/numeric/ |
D | int128.cc | 352 constexpr float_round_style numeric_limits<absl::uint128>::round_style; member in std::numeric_limits<absl::uint128> 376 constexpr float_round_style numeric_limits<absl::int128>::round_style; member in std::numeric_limits<absl::int128>
|
D | int128.h | 266 static constexpr float_round_style round_style = round_toward_zero; variable 501 static constexpr float_round_style round_style = round_toward_zero; variable
|
/external/openscreen/third_party/abseil/src/absl/numeric/ |
D | int128.cc | 352 constexpr float_round_style numeric_limits<absl::uint128>::round_style; member in std::numeric_limits<absl::uint128> 376 constexpr float_round_style numeric_limits<absl::int128>::round_style; member in std::numeric_limits<absl::int128>
|
D | int128.h | 266 static constexpr float_round_style round_style = round_toward_zero; variable 501 static constexpr float_round_style round_style = round_toward_zero; variable
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/ |
D | int128.cc | 352 constexpr float_round_style numeric_limits<absl::uint128>::round_style; member in std::numeric_limits<absl::uint128> 376 constexpr float_round_style numeric_limits<absl::int128>::round_style; member in std::numeric_limits<absl::int128>
|
D | int128.h | 266 static constexpr float_round_style round_style = round_toward_zero; variable 501 static constexpr float_round_style round_style = round_toward_zero; variable
|
/external/abseil-cpp/absl/numeric/ |
D | int128.cc | 366 constexpr float_round_style numeric_limits<absl::uint128>::round_style; member in std::numeric_limits<absl::uint128> 390 constexpr float_round_style numeric_limits<absl::int128>::round_style; member in std::numeric_limits<absl::int128>
|
D | int128.h | 266 static constexpr float_round_style round_style = round_toward_zero; variable 501 static constexpr float_round_style round_style = round_toward_zero; variable
|
/external/webrtc/third_party/abseil-cpp/absl/numeric/ |
D | int128.cc | 366 constexpr float_round_style numeric_limits<absl::uint128>::round_style; member in std::numeric_limits<absl::uint128> 390 constexpr float_round_style numeric_limits<absl::int128>::round_style; member in std::numeric_limits<absl::int128>
|
D | int128.h | 266 static constexpr float_round_style round_style = round_toward_zero; variable 501 static constexpr float_round_style round_style = round_toward_zero; variable
|
/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | Half.h | 492 static const std::float_round_style round_style = std::round_to_nearest;
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 3050 inline static float_round_style round_style() 3095 static const std::float_round_style round_style = round_to_nearest;
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 34946 …<var-decl name='round_style' type-id='type-id-2422' mangled-name='_ZNSt21__numeric_limits_base11ro… 35031 …<var-decl name='round_style' type-id='type-id-2422' mangled-name='_ZNSt14numeric_limitsIbE11round_… 35102 …<var-decl name='round_style' type-id='type-id-2422' mangled-name='_ZNSt14numeric_limitsIcE11round_… 35173 …<var-decl name='round_style' type-id='type-id-2422' mangled-name='_ZNSt14numeric_limitsIaE11round_… 35244 …<var-decl name='round_style' type-id='type-id-2422' mangled-name='_ZNSt14numeric_limitsIhE11round_… 35315 …<var-decl name='round_style' type-id='type-id-2422' mangled-name='_ZNSt14numeric_limitsIwE11round_… 35386 …<var-decl name='round_style' type-id='type-id-2422' mangled-name='_ZNSt14numeric_limitsIDsE11round… 35457 …<var-decl name='round_style' type-id='type-id-2422' mangled-name='_ZNSt14numeric_limitsIDiE11round… 35528 …<var-decl name='round_style' type-id='type-id-2422' mangled-name='_ZNSt14numeric_limitsIsE11round_… 35599 …<var-decl name='round_style' type-id='type-id-2422' mangled-name='_ZNSt14numeric_limitsItE11round_… [all …]
|
D | test9-pr18818-clang.so.abi | 5479 …<var-decl name='round_style' type-id='type-id-510' visibility='default' filepath='/usr/bin/../lib/…
|
D | test10-pr18818-gcc.so.abi | 5980 …<var-decl name='round_style' type-id='type-id-707' visibility='default' filepath='/usr/include/c++…
|