Home
last modified time | relevance | path

Searched refs:round_error (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
Dround_error.pass.cpp22 assert(std::numeric_limits<T>::round_error() == expected); in test()
23 assert(std::numeric_limits<const T>::round_error() == expected); in test()
24 assert(std::numeric_limits<volatile T>::round_error() == expected); in test()
25 assert(std::numeric_limits<const volatile T>::round_error() == expected); in test()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlimits.hpp63 static BOOST_LLT round_error() throw() { return 0; }; in round_error() function in std::numeric_limits
116 static BOOST_ULLT round_error() throw() { return 0; }; in round_error() function in std::numeric_limits
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_limits.h91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); } in round_error() function
421 static float _STLP_CALL round_error() _STLP_NOTHROW { return 0.5f; } // Units: ulps. in round_error() function
452 static double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5; } // Units: ulps. in round_error() function
483 static long double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5l; } in round_error() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlimits37 static constexpr T round_error() noexcept;
159 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type();}
219 … _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type(0);}
271 … _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type(0);}
317 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5F;}
363 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5;}
409 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5;}
459 …PP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return __base::round_e…
552 …PP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return __base::round_e…
645 …PP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return __base::round_e…
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/
Ddefault.pass.cpp48 assert(std::numeric_limits<A>::round_error() == A()); in main()
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2055 $(call gen-test, language.support/support.limits/limits/numeric.limits.members/round_error)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2064 $(call gen-test, language.support/support.limits/limits/numeric.limits.members/round_error)