Home
last modified time | relevance | path

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

/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin_exponent.pass.cpp23 static_assert(std::numeric_limits<T>::min_exponent == expected, "min_exponent test 1"); in test()
24 static_assert(std::numeric_limits<const T>::min_exponent == expected, "min_exponent test 2"); in test()
25 static_assert(std::numeric_limits<volatile T>::min_exponent == expected, "min_exponent test 3"); in test()
26 …static_assert(std::numeric_limits<const volatile T>::min_exponent == expected, "min_exponent test … in test()
Dconst_data_members.pass.cpp54 test(std::numeric_limits<type>::min_exponent); \
/external/v8/src/
Dcached-powers.cc126 int min_exponent, in GetCachedPowerForBinaryExponentRange() argument
133 double k = std::ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()
139 DCHECK(min_exponent <= cached_power.binary_exponent); in GetCachedPowerForBinaryExponentRange()
Dcached-powers.h25 static void GetCachedPowerForBinaryExponentRange(int min_exponent,
Dbignum.cc624 int min_exponent = Min(Min(a.exponent_, b.exponent_), c.exponent_); in PlusCompare() local
625 for (int i = c.BigitLength() - 1; i >= min_exponent; --i) { in PlusCompare()
/external/icu/icu4c/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,
Ddouble-conversion-bignum.cpp668 int min_exponent = Min(Min(a.exponent_, b.exponent_), c.exponent_); in PlusCompare() local
669 for (int i = c.BigitLength() - 1; i >= min_exponent; --i) { in PlusCompare()
/external/libcxx/include/
Dlimits39 static constexpr int min_exponent = 0;
164 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
224 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
277 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
323 static _LIBCPP_CONSTEXPR const int min_exponent = __FLT_MIN_EXP__;
369 static _LIBCPP_CONSTEXPR const int min_exponent = __DBL_MIN_EXP__;
415 static _LIBCPP_CONSTEXPR const int min_exponent = __LDBL_MIN_EXP__;
465 static _LIBCPP_CONSTEXPR const int min_exponent = __base::min_exponent;
506 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::min_exponent;
558 static _LIBCPP_CONSTEXPR const int min_exponent = __base::min_exponent;
[all …]
/external/deqp-deps/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) {
/external/deqp-deps/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) {
/external/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) {
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
Ddefault.pass.cpp49 static_assert(std::numeric_limits<A>::min_exponent == 0, in main()
/external/eigen/Eigen/src/Core/
DStableNorm.h78 iemin = std::numeric_limits<RealScalar>::min_exponent; // minimum exponent in blueNorm_impl()
/external/deqp/framework/common/
DtcuFloatFormat.cpp277 return FloatFormat(Limits::min_exponent - 1, // These have a built-in offset of one in nativeFormat()
/external/eigen/test/
Dstable_norm.cpp36 iemin = std::numeric_limits<RealScalar>::min_exponent; // minimum exponent in stable_norm()
/external/u-boot/drivers/usb/host/
Dxhci.c264 unsigned int min_exponent, in xhci_microframes_to_exponent() argument
270 interval = clamp_val(interval, min_exponent, max_exponent); in xhci_microframes_to_exponent()
/external/eigen/bench/
Dbench_norm.cpp117 iemin = std::numeric_limits<Scalar>::min_exponent; // minimum exponent in pblueNorm()
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h499 static const int min_exponent = -13;
/external/eigen/unsupported/test/mpreal/
Dmpreal.h3037 static const int min_exponent = MPFR_EMIN_DEFAULT;