Home
last modified time | relevance | path

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

/external/libcxx/test/std/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()
/external/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 …]
/external/opencv3/3rdparty/openexr/Half/
DhalfLimits.h73 static half round_error () throw () {return HALF_EPSILON / 2;} in round_error() function
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
Ddefault.pass.cpp48 assert(std::numeric_limits<A>::round_error() == A()); in main()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h2993 … inline static mpfr::mpreal round_error(mp_prec_t precision = mpfr::mpreal::get_default_prec())