Home
last modified time | relevance | path

Searched refs:min_exponent (Results 1 – 25 of 60) sorted by relevance

123

/third_party/boost/libs/multiprecision/test/
Dtest_cpp_bin_float_conv.cpp225 r1 = ldexp(r1, std::numeric_limits<double>::min_exponent); in main()
232 …} while (ilogb(r1) > std::numeric_limits<double>::min_exponent - 5 - std::numeric_limits<double>::… in main()
234 r1 = ldexp(r1, std::numeric_limits<double>::min_exponent); in main()
241 …} while (ilogb(r1) > std::numeric_limits<double>::min_exponent - 5 - std::numeric_limits<double>::… in main()
246 r1 = ldexp(r1, std::numeric_limits<double>::min_exponent); in main()
253 …} while (ilogb(r1) > std::numeric_limits<double>::min_exponent - 5 - std::numeric_limits<double>::… in main()
255 r1 = ldexp(r1, std::numeric_limits<double>::min_exponent); in main()
262 …} while (ilogb(r1) > std::numeric_limits<double>::min_exponent - 5 - std::numeric_limits<double>::… in main()
/third_party/boost/libs/math/test/
Dstd_real_concept_check.cpp55 static const int min_exponent = -125; member
93 static const int min_exponent = -1021; member
131 static const int min_exponent = -16381; member
169 static const int min_exponent = -16381; member
/third_party/boost/libs/math/test/compile_test/
Dstd_real_concept_check.cpp58 static const int min_exponent = -125; member
97 static const int min_exponent = -1021; member
136 static const int min_exponent = -16381; member
175 static const int min_exponent = -16381; member
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-cached-powers.cpp156 int min_exponent, in GetCachedPowerForBinaryExponentRange() argument
161 double k = ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()
167 ASSERT(min_exponent <= cached_power.binary_exponent); in GetCachedPowerForBinaryExponentRange()
Ddouble-conversion-cached-powers.h61 static void GetCachedPowerForBinaryExponentRange(int min_exponent,
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-cached-powers.cpp154 int min_exponent, in GetCachedPowerForBinaryExponentRange() argument
159 double k = ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()
165 DOUBLE_CONVERSION_ASSERT(min_exponent <= cached_power.binary_exponent); in GetCachedPowerForBinaryExponentRange()
Ddouble-conversion-cached-powers.h60 void GetCachedPowerForBinaryExponentRange(int min_exponent,
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-cached-powers.cpp154 int min_exponent, in GetCachedPowerForBinaryExponentRange() argument
159 double k = ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()
165 DOUBLE_CONVERSION_ASSERT(min_exponent <= cached_power.binary_exponent); in GetCachedPowerForBinaryExponentRange()
Ddouble-conversion-cached-powers.h60 void GetCachedPowerForBinaryExponentRange(int min_exponent,
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dcached-powers.cc140 int min_exponent, in GetCachedPowerForBinaryExponentRange() argument
145 double k = ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()
151 DOUBLE_CONVERSION_ASSERT(min_exponent <= cached_power.binary_exponent); in GetCachedPowerForBinaryExponentRange()
Dcached-powers.h46 void GetCachedPowerForBinaryExponentRange(int min_exponent,
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-cached-powers.cpp154 int min_exponent, in GetCachedPowerForBinaryExponentRange() argument
159 double k = ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()
165 DOUBLE_CONVERSION_ASSERT(min_exponent <= cached_power.binary_exponent); in GetCachedPowerForBinaryExponentRange()
Ddouble-conversion-cached-powers.h60 void GetCachedPowerForBinaryExponentRange(int min_exponent,
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_limits.hpp61 …BOOST_STATIC_CONSTEXPR int min_exponent member in std::numeric_limits
62 … min_exponent10 = static_cast<int>((min_exponent * 301L) / 1000L…
/third_party/boost/boost/multiprecision/cpp_bin_float/
Dio.hpp339 … (final_exponent < cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::min_exponent) in operator =()
342 … exponent() = cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::min_exponent; in operator =()
343 … final_exponent -= cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::min_exponent; in operator =()
431 … (final_exponent < cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::min_exponent) in operator =()
434 … exponent() = cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::min_exponent; in operator =()
435 … final_exponent -= cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::min_exponent; in operator =()
458 … (final_exponent < cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::min_exponent) in operator =()
/third_party/boost/boost/
Dlimits.hpp65 BOOST_STATIC_CONSTANT(int, min_exponent = 0);
118 BOOST_STATIC_CONSTANT(int, min_exponent = 0);
/third_party/boost/boost/units/
Dlimits.hpp48 BOOST_STATIC_CONSTEXPR int min_exponent = std::numeric_limits<T>::min_exponent; member in std::numeric_limits
/third_party/glslang/SPIRV/
Dhex_float.h322 static const int_type min_exponent = -static_cast<int_type>(exponent_bias);
358 if (exp == min_exponent) { // We are in denorm land.
373 for (int_type i = unbiased_exponent; i <= min_exponent; ++i) {
400 if (exponent <= min_exponent) {
408 while (exponent < min_exponent) {
413 if (exponent == min_exponent) {
585 if (exponent == min_exponent) {
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h310 static const int_type min_exponent = -static_cast<int_type>(exponent_bias);
346 if (exp == min_exponent) { // We are in denorm land.
361 for (int_type i = unbiased_exponent; i <= min_exponent; ++i) {
388 if (exponent <= min_exponent) {
396 while (exponent < min_exponent) {
401 if (exponent == min_exponent) {
583 if (exponent == min_exponent) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h355 static const int_type min_exponent = -static_cast<int_type>(exponent_bias);
390 if (exp == min_exponent) { // We are in denorm land.
405 for (int_type i = unbiased_exponent; i <= min_exponent; ++i) {
432 if (exponent <= min_exponent) {
440 while (exponent < min_exponent) {
445 if (exponent == min_exponent) {
655 if (exponent == min_exponent) {
/third_party/spirv-tools/source/util/
Dhex_float.h355 static const int_type min_exponent = -static_cast<int_type>(exponent_bias);
390 if (exp == min_exponent) { // We are in denorm land.
405 for (int_type i = unbiased_exponent; i <= min_exponent; ++i) {
432 if (exponent <= min_exponent) {
440 while (exponent < min_exponent) {
445 if (exponent == min_exponent) {
655 if (exponent == min_exponent) {
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h355 static const int_type min_exponent = -static_cast<int_type>(exponent_bias);
390 if (exp == min_exponent) { // We are in denorm land.
405 for (int_type i = unbiased_exponent; i <= min_exponent; ++i) {
432 if (exponent <= min_exponent) {
440 while (exponent < min_exponent) {
445 if (exponent == min_exponent) {
655 if (exponent == min_exponent) {
/third_party/boost/boost/container_hash/detail/
Dlimits.hpp53 BOOST_STATIC_CONSTANT(int, min_exponent = LDBL_MIN_EXP);
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc230 assert(-exp >= Limits::min_exponent - 128); in RunConversion()
232 (Limits::digits + 128 - Limits::min_exponent + 31) / 32, in RunConversion()
771 : min_exponent(std::numeric_limits<Float>::min_exponent - 1), in HexFloatTypeParams()
776 int min_exponent; member
820 if (ABSL_PREDICT_FALSE(*exp - 1 < float_traits.min_exponent)) { in FormatANormalize()
821 *mantissa >>= (float_traits.min_exponent - *exp); in FormatANormalize()
822 *exp = float_traits.min_exponent; in FormatANormalize()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc250 assert(-exp >= Limits::min_exponent - 128); in RunConversion()
252 (Limits::digits + 128 - Limits::min_exponent + 31) / 32, in RunConversion()
790 : min_exponent(std::numeric_limits<Float>::min_exponent - 1), in HexFloatTypeParams()
795 int min_exponent; member
839 if (ABSL_PREDICT_FALSE(*exp - 1 < float_traits.min_exponent)) { in FormatANormalize()
840 *mantissa >>= (float_traits.min_exponent - *exp); in FormatANormalize()
841 *exp = float_traits.min_exponent; in FormatANormalize()

123