Home
last modified time | relevance | path

Searched refs:max_exponent10 (Results 1 – 25 of 32) sorted by relevance

12

/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmax_exponent10.pass.cpp23 static_assert(std::numeric_limits<T>::max_exponent10 == expected, "max_exponent10 test 1"); in test()
24 … static_assert(std::numeric_limits<const T>::max_exponent10 == expected, "max_exponent10 test 2"); in test()
25 …static_assert(std::numeric_limits<volatile T>::max_exponent10 == expected, "max_exponent10 test 3"… in test()
26 …static_assert(std::numeric_limits<const volatile T>::max_exponent10 == expected, "max_exponent10 t… in test()
Dconst_data_members.pass.cpp57 test(std::numeric_limits<type>::max_exponent10); \
/external/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmax_exponent10.pass.cpp22 static_assert(std::numeric_limits<T>::max_exponent10 == expected, "max_exponent10 test 1"); in test()
23 … static_assert(std::numeric_limits<const T>::max_exponent10 == expected, "max_exponent10 test 2"); in test()
24 …static_assert(std::numeric_limits<volatile T>::max_exponent10 == expected, "max_exponent10 test 3"… in test()
25 …static_assert(std::numeric_limits<const volatile T>::max_exponent10 == expected, "max_exponent10 t… in test()
Dconst_data_members.pass.cpp56 test(std::numeric_limits<type>::max_exponent10); \
/external/libcxx/include/
Dlimits42 static constexpr int max_exponent10 = 0;
167 static _LIBCPP_CONSTEXPR const int max_exponent10 = 0;
227 static _LIBCPP_CONSTEXPR const int max_exponent10 = 0;
280 static _LIBCPP_CONSTEXPR const int max_exponent10 = 0;
326 static _LIBCPP_CONSTEXPR const int max_exponent10 = __FLT_MAX_10_EXP__;
372 static _LIBCPP_CONSTEXPR const int max_exponent10 = __DBL_MAX_10_EXP__;
418 static _LIBCPP_CONSTEXPR const int max_exponent10 = __LDBL_MAX_10_EXP__;
468 static _LIBCPP_CONSTEXPR const int max_exponent10 = __base::max_exponent10;
512 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::max_exponent10;
561 static _LIBCPP_CONSTEXPR const int max_exponent10 = __base::max_exponent10;
[all …]
/external/llvm-project/libcxx/include/
Dlimits41 static constexpr int max_exponent10 = 0;
166 static _LIBCPP_CONSTEXPR const int max_exponent10 = 0;
226 static _LIBCPP_CONSTEXPR const int max_exponent10 = 0;
279 static _LIBCPP_CONSTEXPR const int max_exponent10 = 0;
325 static _LIBCPP_CONSTEXPR const int max_exponent10 = __FLT_MAX_10_EXP__;
371 static _LIBCPP_CONSTEXPR const int max_exponent10 = __DBL_MAX_10_EXP__;
417 static _LIBCPP_CONSTEXPR const int max_exponent10 = __LDBL_MAX_10_EXP__;
467 static _LIBCPP_CONSTEXPR const int max_exponent10 = __base::max_exponent10;
511 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::max_exponent10;
560 static _LIBCPP_CONSTEXPR const int max_exponent10 = __base::max_exponent10;
[all …]
/external/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
Ddefault.pass.cpp56 static_assert(std::numeric_limits<A>::max_exponent10 == 0, in main()
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
Ddefault.pass.cpp55 static_assert(std::numeric_limits<A>::max_exponent10 == 0, in main()
/external/pdfium/core/fxcrt/
Dfx_extension.cpp93 exp_value > std::numeric_limits<float>::max_exponent10)) { in FXSYS_wcstof()
/external/eigen/test/
Dsvd_fill.h28 RealScalar s = std::numeric_limits<RealScalar>::max_exponent10/4;
Dnullary.cpp79 …else if(size>2 && std::numeric_limits<RealScalar>::max_exponent10>0 && internal::random<float>(0.f… in testVectorType()
80 …lar>(1,2) * RealScalar(std::pow(RealScalar(10),std::numeric_limits<RealScalar>::max_exponent10/2)); in testVectorType()
/external/libtextclassifier/abseil-cpp/absl/numeric/
Dint128.cc363 constexpr int numeric_limits<absl::uint128>::max_exponent10; member in std::numeric_limits<absl::uint128>
387 constexpr int numeric_limits<absl::int128>::max_exponent10; member in std::numeric_limits<absl::int128>
Dint128.h277 static constexpr int max_exponent10 = 0; variable
512 static constexpr int max_exponent10 = 0; variable
/external/angle/third_party/abseil-cpp/absl/numeric/
Dint128.cc363 constexpr int numeric_limits<absl::uint128>::max_exponent10; member in std::numeric_limits<absl::uint128>
387 constexpr int numeric_limits<absl::int128>::max_exponent10; member in std::numeric_limits<absl::int128>
Dint128.h277 static constexpr int max_exponent10 = 0; variable
512 static constexpr int max_exponent10 = 0; variable
/external/openscreen/third_party/abseil/src/absl/numeric/
Dint128.cc363 constexpr int numeric_limits<absl::uint128>::max_exponent10; member in std::numeric_limits<absl::uint128>
387 constexpr int numeric_limits<absl::int128>::max_exponent10; member in std::numeric_limits<absl::int128>
Dint128.h277 static constexpr int max_exponent10 = 0; variable
512 static constexpr int max_exponent10 = 0; variable
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/
Dint128.cc363 constexpr int numeric_limits<absl::uint128>::max_exponent10; member in std::numeric_limits<absl::uint128>
387 constexpr int numeric_limits<absl::int128>::max_exponent10; member in std::numeric_limits<absl::int128>
Dint128.h277 static constexpr int max_exponent10 = 0; variable
512 static constexpr int max_exponent10 = 0; variable
/external/abseil-cpp/absl/numeric/
Dint128.cc377 constexpr int numeric_limits<absl::uint128>::max_exponent10; member in std::numeric_limits<absl::uint128>
401 constexpr int numeric_limits<absl::int128>::max_exponent10; member in std::numeric_limits<absl::int128>
Dint128.h277 static constexpr int max_exponent10 = 0; variable
512 static constexpr int max_exponent10 = 0; variable
/external/webrtc/third_party/abseil-cpp/absl/numeric/
Dint128.cc377 constexpr int numeric_limits<absl::uint128>::max_exponent10; member in std::numeric_limits<absl::uint128>
401 constexpr int numeric_limits<absl::int128>::max_exponent10; member in std::numeric_limits<absl::int128>
Dint128.h277 static constexpr int max_exponent10 = 0; variable
512 static constexpr int max_exponent10 = 0; variable
/external/angle/src/compiler/translator/
Dutil.cpp212 if (exponentLong > std::numeric_limits<float>::max_exponent10) in NumericLexFloat32OutOfRangeToInfinity()
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h503 static const int max_exponent10 = 4;

12