Searched refs:round_error (Results 1 – 5 of 5) sorted by relevance
22 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()
63 static BOOST_LLT round_error() throw() { return 0; }; in round_error() function in std::numeric_limits116 static BOOST_ULLT round_error() throw() { return 0; }; in round_error() function in std::numeric_limits
91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); } in round_error() function421 static float _STLP_CALL round_error() _STLP_NOTHROW { return 0.5f; } // Units: ulps. in round_error() function452 static double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5; } // Units: ulps. in round_error() function483 static long double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5l; } in round_error() function
37 static constexpr T round_error() noexcept;155 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type();}215 … _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type(0);}267 … _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type(0);}313 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5F;}359 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5;}405 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5;}455 …PP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return __base::round_e…548 …PP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return __base::round_e…641 …PP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return __base::round_e…[all …]
48 assert(std::numeric_limits<A>::round_error() == A()); in main()