Home
last modified time | relevance | path

Searched refs:min_exponent10 (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin_exponent10.pass.cpp21 static_assert(std::numeric_limits<T>::min_exponent10 == expected, "min_exponent10 test 1"); in test()
22 … static_assert(std::numeric_limits<const T>::min_exponent10 == expected, "min_exponent10 test 2"); in test()
23 …static_assert(std::numeric_limits<volatile T>::min_exponent10 == expected, "min_exponent10 test 3"… in test()
24 …static_assert(std::numeric_limits<const volatile T>::min_exponent10 == expected, "min_exponent10 t… in test()
Dconst_data_members.pass.cpp53 test(std::numeric_limits<type>::min_exponent10); \
/external/libcxx/include/
Dlimits40 static constexpr int min_exponent10 = 0;
162 static _LIBCPP_CONSTEXPR const int min_exponent10 = 0;
222 static _LIBCPP_CONSTEXPR const int min_exponent10 = 0;
274 static _LIBCPP_CONSTEXPR const int min_exponent10 = 0;
320 static _LIBCPP_CONSTEXPR const int min_exponent10 = __FLT_MIN_10_EXP__;
366 static _LIBCPP_CONSTEXPR const int min_exponent10 = __DBL_MIN_10_EXP__;
412 static _LIBCPP_CONSTEXPR const int min_exponent10 = __LDBL_MIN_10_EXP__;
462 static _LIBCPP_CONSTEXPR const int min_exponent10 = __base::min_exponent10;
504 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::min_exponent10;
555 static _LIBCPP_CONSTEXPR const int min_exponent10 = __base::min_exponent10;
[all …]
/external/opencv3/3rdparty/openexr/Half/
DhalfLimits.h76 static const int min_exponent10 = HALF_MIN_10_EXP; variable
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
Ddefault.pass.cpp51 static_assert(std::numeric_limits<A>::min_exponent10 == 0, in main()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h3009 …MPREAL_PERMISSIVE_EXPR static const int min_exponent10 = (int) (MPFR_EMIN_DEFAULT * 0.301029995663…