Home
last modified time | relevance | path

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

/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmax_exponent10.pass.cpp21 static_assert(std::numeric_limits<T>::max_exponent10 == expected, "max_exponent10 test 1"); in test()
22 … static_assert(std::numeric_limits<const T>::max_exponent10 == expected, "max_exponent10 test 2"); in test()
23 …static_assert(std::numeric_limits<volatile T>::max_exponent10 == expected, "max_exponent10 test 3"… in test()
24 …static_assert(std::numeric_limits<const volatile T>::max_exponent10 == expected, "max_exponent10 t… in test()
Dconst_data_members.pass.cpp55 test(std::numeric_limits<type>::max_exponent10); \
/external/libcxx/include/
Dlimits42 static constexpr int max_exponent10 = 0;
164 static _LIBCPP_CONSTEXPR const int max_exponent10 = 0;
224 static _LIBCPP_CONSTEXPR const int max_exponent10 = 0;
276 static _LIBCPP_CONSTEXPR const int max_exponent10 = 0;
322 static _LIBCPP_CONSTEXPR const int max_exponent10 = __FLT_MAX_10_EXP__;
368 static _LIBCPP_CONSTEXPR const int max_exponent10 = __DBL_MAX_10_EXP__;
414 static _LIBCPP_CONSTEXPR const int max_exponent10 = __LDBL_MAX_10_EXP__;
464 static _LIBCPP_CONSTEXPR const int max_exponent10 = __base::max_exponent10;
508 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::max_exponent10;
557 static _LIBCPP_CONSTEXPR const int max_exponent10 = __base::max_exponent10;
[all …]
/external/opencv3/3rdparty/openexr/Half/
DhalfLimits.h78 static const int max_exponent10 = HALF_MAX_10_EXP; variable
/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/eigen/test/
Dcholesky.cpp219 RealScalar s = (std::min)(16,std::numeric_limits<RealScalar>::max_exponent10/8); in cholesky()
Djacobisvd.cpp220 RealScalar s = std::numeric_limits<RealScalar>::max_exponent10/4; in jacobisvd()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h3010 …MPREAL_PERMISSIVE_EXPR static const int max_exponent10 = (int) (MPFR_EMAX_DEFAULT * 0.301029995663…