Searched refs:max_exponent10 (Results 1 – 8 of 8) sorted by relevance
21 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()
55 test(std::numeric_limits<type>::max_exponent10); \
42 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 …]
78 static const int max_exponent10 = HALF_MAX_10_EXP; variable
55 static_assert(std::numeric_limits<A>::max_exponent10 == 0, in main()
219 RealScalar s = (std::min)(16,std::numeric_limits<RealScalar>::max_exponent10/8); in cholesky()
220 RealScalar s = std::numeric_limits<RealScalar>::max_exponent10/4; in jacobisvd()
3010 …MPREAL_PERMISSIVE_EXPR static const int max_exponent10 = (int) (MPFR_EMAX_DEFAULT * 0.301029995663…