Home
last modified time | relevance | path

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

/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin_exponent.pass.cpp21 static_assert(std::numeric_limits<T>::min_exponent == expected, "min_exponent test 1"); in test()
22 static_assert(std::numeric_limits<const T>::min_exponent == expected, "min_exponent test 2"); in test()
23 static_assert(std::numeric_limits<volatile T>::min_exponent == expected, "min_exponent test 3"); in test()
24 …static_assert(std::numeric_limits<const volatile T>::min_exponent == expected, "min_exponent test … in test()
Dconst_data_members.pass.cpp52 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.cc625 int min_exponent = Min(Min(a.exponent_, b.exponent_), c.exponent_); in PlusCompare() local
626 for (int i = c.BigitLength() - 1; i >= min_exponent; --i) { in PlusCompare()
/external/libcxx/include/
Dlimits39 static constexpr int min_exponent = 0;
161 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
221 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
274 static _LIBCPP_CONSTEXPR const int min_exponent = 0;
320 static _LIBCPP_CONSTEXPR const int min_exponent = __FLT_MIN_EXP__;
366 static _LIBCPP_CONSTEXPR const int min_exponent = __DBL_MIN_EXP__;
412 static _LIBCPP_CONSTEXPR const int min_exponent = __LDBL_MIN_EXP__;
462 static _LIBCPP_CONSTEXPR const int min_exponent = __base::min_exponent;
503 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::min_exponent;
555 static _LIBCPP_CONSTEXPR const int min_exponent = __base::min_exponent;
[all …]
/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/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;