Home
last modified time | relevance | path

Searched refs:denorm_min (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
Ddenorm_min.pass.cpp21 assert(std::numeric_limits<T>::denorm_min() == expected); in test()
22 assert(std::numeric_limits<const T>::denorm_min() == expected); in test()
23 assert(std::numeric_limits<volatile T>::denorm_min() == expected); in test()
24 assert(std::numeric_limits<const volatile T>::denorm_min() == expected); in test()
/ndk/tests/device/test-gnustl-full/unit/
Dlimits_test.cpp144 CHECK_COND(lim::denorm_min() == lim::min()); in test_float_limits()
153 CHECK_COND(lim::denorm_min() > 0); in test_float_limits()
154 CHECK_COND(lim::denorm_min() < lim::min()); in test_float_limits()
161 CHECK_COND(tmp >= lim::denorm_min() || tmp == (_Tp)0); in test_float_limits()
/ndk/tests/device/test-stlport/unit/
Dlimits_test.cpp144 CHECK_COND(lim::denorm_min() == lim::min()); in test_float_limits()
153 CHECK_COND(lim::denorm_min() > 0); in test_float_limits()
154 CHECK_COND(lim::denorm_min() < lim::min()); in test_float_limits()
161 CHECK_COND(tmp >= lim::denorm_min() || tmp == (_Tp)0); in test_float_limits()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlimits.hpp78 static BOOST_LLT denorm_min() throw() { return 0; }; in denorm_min() function in std::numeric_limits
131 static BOOST_ULLT denorm_min() throw() { return 0; }; in denorm_min() function in std::numeric_limits
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_limits.h96 static __number _STLP_CALL denorm_min() _STLP_NOTHROW { return __number(); } in denorm_min() function
413 static float _STLP_CALL denorm_min() _STLP_NOTHROW in denorm_min() function
444 static double _STLP_CALL denorm_min() _STLP_NOTHROW in denorm_min() function
474 static long double _STLP_CALL denorm_min() _STLP_NOTHROW in denorm_min() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlimits52 static constexpr T denorm_min() noexcept;
174 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type denorm_min() _NOEXCEPT {return type();}
234 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type denorm_min() _NOEXCEPT {return type(0);}
286 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type denorm_min() _NOEXCEPT {return type(0);}
332 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type denorm_min() _NOEXCEPT {return __FLT_DENOR…
378 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type denorm_min() _NOEXCEPT {return __DBL_DENOR…
424 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type denorm_min() _NOEXCEPT {return __LDBL_DENO…
474 …CPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type denorm_min() _NOEXCEPT {return __base::denorm_…
567 …CPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type denorm_min() _NOEXCEPT {return __base::denorm_…
660 …CPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type denorm_min() _NOEXCEPT {return __base::denorm_…
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/
Ddefault.pass.cpp70 assert(std::numeric_limits<A>::denorm_min() == A()); in main()
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2038 $(call gen-test, language.support/support.limits/limits/numeric.limits.members/denorm_min)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2029 $(call gen-test, language.support/support.limits/limits/numeric.limits.members/denorm_min)