/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | max_exponent.pass.cpp | 23 static_assert(std::numeric_limits<T>::max_exponent == expected, "max_exponent test 1"); in test() 24 static_assert(std::numeric_limits<const T>::max_exponent == expected, "max_exponent test 2"); in test() 25 static_assert(std::numeric_limits<volatile T>::max_exponent == expected, "max_exponent test 3"); in test() 26 …static_assert(std::numeric_limits<const volatile T>::max_exponent == expected, "max_exponent test … in test()
|
/external/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | max_exponent.pass.cpp | 22 static_assert(std::numeric_limits<T>::max_exponent == expected, "max_exponent test 1"); in test() 23 static_assert(std::numeric_limits<const T>::max_exponent == expected, "max_exponent test 2"); in test() 24 static_assert(std::numeric_limits<volatile T>::max_exponent == expected, "max_exponent test 3"); in test() 25 …static_assert(std::numeric_limits<const volatile T>::max_exponent == expected, "max_exponent test … in test()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | primitive_util.cc | 66 return std::numeric_limits<float>::max_exponent; in OverflowExponent() 68 return std::numeric_limits<double>::max_exponent; in OverflowExponent() 70 return std::numeric_limits<bfloat16>::max_exponent; in OverflowExponent() 72 return std::numeric_limits<half>::max_exponent; in OverflowExponent()
|
/external/aac/libAACdec/src/ |
D | aacdec_drc.cpp | 860 INT max_exponent; in aacDecoder_drcApply() local 995 max_exponent = 0; in aacDecoder_drcApply() 998 max_exponent = fixMax(max_exponent, fact_exponent[band]); in aacDecoder_drcApply() 1009 res = fixMin(res, max_exponent); in aacDecoder_drcApply() 1010 max_exponent -= res; in aacDecoder_drcApply() 1020 if (fact_exponent[band] < max_exponent) { in aacDecoder_drcApply() 1021 fact_mantissa[band] >>= max_exponent - fact_exponent[band]; in aacDecoder_drcApply() 1027 if (max_exponent != 1) { in aacDecoder_drcApply() 1043 max_exponent -= 1; in aacDecoder_drcApply() 1059 if (max_exponent > 0) { in aacDecoder_drcApply() [all …]
|
/external/webrtc/rtc_base/numerics/ |
D | safe_conversions_impl.h | 44 DstLimits::is_iec559 ? DstLimits::max_exponent : (sizeof(Dst) * 8 - 1); 46 SrcLimits::is_iec559 ? SrcLimits::max_exponent : (sizeof(Src) * 8 - 1); 63 DstLimits::is_iec559 ? DstLimits::max_exponent : (sizeof(Dst) * 8 - 1); 152 return SrcLimits::is_iec559 ? SrcLimits::max_exponent
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-string-to-double.cpp | 684 const int max_exponent = INT_MAX / 2; in StringToIeee() local 685 DOUBLE_CONVERSION_ASSERT(-max_exponent / 2 <= exponent && exponent <= max_exponent / 2); in StringToIeee() 690 if (num >= max_exponent / 10 in StringToIeee() 691 && !(num == max_exponent / 10 && digit <= max_exponent % 10)) { in StringToIeee() 692 num = max_exponent; in StringToIeee()
|
D | double-conversion-cached-powers.cpp | 155 int max_exponent, in GetCachedPowerForBinaryExponentRange() argument 166 (void) max_exponent; // Mark variable as used. in GetCachedPowerForBinaryExponentRange() 167 DOUBLE_CONVERSION_ASSERT(cached_power.binary_exponent <= max_exponent); in GetCachedPowerForBinaryExponentRange()
|
D | double-conversion-cached-powers.h | 61 int max_exponent,
|
/external/fmtlib/support/ |
D | compute-powers.py | 8 max_exponent = 340 variable 17 for i, exp in enumerate(range(min_exponent, max_exponent + 1, step)):
|
/external/libcxx/include/ |
D | limits | 41 static constexpr int max_exponent = 0; 166 static _LIBCPP_CONSTEXPR const int max_exponent = 0; 226 static _LIBCPP_CONSTEXPR const int max_exponent = 0; 279 static _LIBCPP_CONSTEXPR const int max_exponent = 0; 325 static _LIBCPP_CONSTEXPR const int max_exponent = __FLT_MAX_EXP__; 371 static _LIBCPP_CONSTEXPR const int max_exponent = __DBL_MAX_EXP__; 417 static _LIBCPP_CONSTEXPR const int max_exponent = __LDBL_MAX_EXP__; 467 static _LIBCPP_CONSTEXPR const int max_exponent = __base::max_exponent; 510 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::max_exponent; 560 static _LIBCPP_CONSTEXPR const int max_exponent = __base::max_exponent; [all …]
|
/external/llvm-project/libcxx/include/ |
D | limits | 40 static constexpr int max_exponent = 0; 165 static _LIBCPP_CONSTEXPR const int max_exponent = 0; 225 static _LIBCPP_CONSTEXPR const int max_exponent = 0; 278 static _LIBCPP_CONSTEXPR const int max_exponent = 0; 324 static _LIBCPP_CONSTEXPR const int max_exponent = __FLT_MAX_EXP__; 370 static _LIBCPP_CONSTEXPR const int max_exponent = __DBL_MAX_EXP__; 416 static _LIBCPP_CONSTEXPR const int max_exponent = __LDBL_MAX_EXP__; 466 static _LIBCPP_CONSTEXPR const int max_exponent = __base::max_exponent; 509 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::max_exponent; 559 static _LIBCPP_CONSTEXPR const int max_exponent = __base::max_exponent; [all …]
|
/external/icu/libicu/cts_headers/ |
D | double-conversion-cached-powers.h | 61 int max_exponent,
|
/external/libtextclassifier/abseil-cpp/absl/numeric/ |
D | int128.cc | 102 (std::numeric_limits<T>::max_exponent <= 128 || in MakeUint128FromFloat() 250 assert(std::isfinite(v) && (std::numeric_limits<T>::max_exponent <= 127 || in MakeInt128FromFloat() 362 constexpr int numeric_limits<absl::uint128>::max_exponent; member in std::numeric_limits<absl::uint128> 386 constexpr int numeric_limits<absl::int128>::max_exponent; member in std::numeric_limits<absl::int128>
|
/external/angle/third_party/abseil-cpp/absl/numeric/ |
D | int128.cc | 102 (std::numeric_limits<T>::max_exponent <= 128 || in MakeUint128FromFloat() 250 assert(std::isfinite(v) && (std::numeric_limits<T>::max_exponent <= 127 || in MakeInt128FromFloat() 362 constexpr int numeric_limits<absl::uint128>::max_exponent; member in std::numeric_limits<absl::uint128> 386 constexpr int numeric_limits<absl::int128>::max_exponent; member in std::numeric_limits<absl::int128>
|
/external/openscreen/third_party/abseil/src/absl/numeric/ |
D | int128.cc | 102 (std::numeric_limits<T>::max_exponent <= 128 || in MakeUint128FromFloat() 250 assert(std::isfinite(v) && (std::numeric_limits<T>::max_exponent <= 127 || in MakeInt128FromFloat() 362 constexpr int numeric_limits<absl::uint128>::max_exponent; member in std::numeric_limits<absl::uint128> 386 constexpr int numeric_limits<absl::int128>::max_exponent; member in std::numeric_limits<absl::int128>
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/ |
D | int128.cc | 102 (std::numeric_limits<T>::max_exponent <= 128 || in MakeUint128FromFloat() 250 assert(std::isfinite(v) && (std::numeric_limits<T>::max_exponent <= 127 || in MakeInt128FromFloat() 362 constexpr int numeric_limits<absl::uint128>::max_exponent; member in std::numeric_limits<absl::uint128> 386 constexpr int numeric_limits<absl::int128>::max_exponent; member in std::numeric_limits<absl::int128>
|
/external/abseil-cpp/absl/numeric/ |
D | int128.cc | 116 (std::numeric_limits<T>::max_exponent <= 128 || in MakeUint128FromFloat() 264 assert(std::isfinite(v) && (std::numeric_limits<T>::max_exponent <= 127 || in MakeInt128FromFloat() 376 constexpr int numeric_limits<absl::uint128>::max_exponent; member in std::numeric_limits<absl::uint128> 400 constexpr int numeric_limits<absl::int128>::max_exponent; member in std::numeric_limits<absl::int128>
|
/external/webrtc/third_party/abseil-cpp/absl/numeric/ |
D | int128.cc | 116 (std::numeric_limits<T>::max_exponent <= 128 || in MakeUint128FromFloat() 264 assert(std::isfinite(v) && (std::numeric_limits<T>::max_exponent <= 127 || in MakeInt128FromFloat() 376 constexpr int numeric_limits<absl::uint128>::max_exponent; member in std::numeric_limits<absl::uint128> 400 constexpr int numeric_limits<absl::int128>::max_exponent; member in std::numeric_limits<absl::int128>
|
/external/llvm-project/flang/lib/Evaluate/ |
D | host.h | 150 std::numeric_limits<long double>::max_exponent == 16384, 160 std::numeric_limits<long double>::max_exponent == 16384,
|
/external/tensorflow/tensorflow/core/lib/math/ |
D | math_util_test.cc | 251 void TestFloatIPow(const int max_exponent, const T start, const T end, in TestFloatIPow() argument 254 for (int i = 0; i < max_exponent; ++i) { in TestFloatIPow()
|
/external/abseil-cpp/absl/random/internal/ |
D | generate_real.h | 96 int exp = exp_bias + int{std::numeric_limits<real_type>::max_exponent - 2};
|
/external/openscreen/third_party/abseil/src/absl/random/internal/ |
D | generate_real.h | 96 int exp = exp_bias + int{std::numeric_limits<real_type>::max_exponent - 2};
|
/external/libtextclassifier/abseil-cpp/absl/random/internal/ |
D | generate_real.h | 96 int exp = exp_bias + int{std::numeric_limits<real_type>::max_exponent - 2};
|
/external/angle/third_party/abseil-cpp/absl/random/internal/ |
D | generate_real.h | 96 int exp = exp_bias + int{std::numeric_limits<real_type>::max_exponent - 2};
|
/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
D | generate_real.h | 96 int exp = exp_bias + int{std::numeric_limits<real_type>::max_exponent - 2};
|