/third_party/boost/boost/ |
D | limits.hpp | 63 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
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_limits.hpp | 60 …static boost::math::cstdfloat::detail::float_internal128_t round_error() … in round_error() function in std::numeric_limits
|
/third_party/boost/boost/units/ |
D | limits.hpp | 47 …static BOOST_CONSTEXPR quantity_type round_error() { return(quantity_type::from_value(std::numeri… in round_error() function in std::numeric_limits
|
/third_party/boost/libs/integer/test/ |
D | common_factor_test.cpp | 176 static MyInt1 round_error() throw() { return limits_type::round_error(); } in round_error() function in std::numeric_limits 226 static MyUnsigned1 round_error() throw(){return limits_type::round_error();} in round_error() function in std::numeric_limits
|
/third_party/abseil-cpp/absl/numeric/ |
D | int128.h | 289 static constexpr absl::uint128 round_error() { return 0; } in round_error() function 524 static constexpr absl::int128 round_error() { return 0; } in round_error() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
D | int128.h | 293 static constexpr absl::uint128 round_error() { return 0; } in round_error() function 528 static constexpr absl::int128 round_error() { return 0; } in round_error() function
|
/third_party/boost/boost/multiprecision/concepts/ |
D | mp_number_archetypes.hpp | 232 static number_type round_error() BOOST_NOEXCEPT { return base_type::round_error(); } in round_error() function in std::numeric_limits
|
/third_party/boost/boost/multiprecision/cpp_int/ |
D | limits.hpp | 207 static BOOST_CXX14_CONSTEXPR_IF_DETECTION number_type round_error() { return 0; } in round_error() function in std::numeric_limits
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 637 BOOST_STATIC_CONSTEXPR number_type round_error() BOOST_NOEXCEPT { return epsilon() / 2; } in round_error() function in std::numeric_limits 655 static const number_type round_error() BOOST_NOEXCEPT { return epsilon() / 2; } in round_error() function in std::numeric_limits
|
/third_party/boost/boost/multiprecision/ |
D | debug_adaptor.hpp | 513 static number_type round_error() BOOST_NOEXCEPT { return epsilon() / 2; } in round_error() function in std::numeric_limits
|
D | rational_adaptor.hpp | 351 BOOST_STATIC_CONSTEXPR number_type round_error() { return epsilon() / 2; } in round_error() function in std::numeric_limits
|
D | logged_adaptor.hpp | 609 static number_type round_error() BOOST_NOEXCEPT { return epsilon() / 2; } in round_error() function in std::numeric_limits
|
D | gmp.hpp | 2657 static number_type round_error() in round_error() function in std::numeric_limits 2774 static number_type round_error() { return number_type(); } in round_error() function in std::numeric_limits 2873 static number_type round_error() { return number_type(); } in round_error() function in std::numeric_limits 2973 static number_type round_error() { return number_type(); } in round_error() function in std::numeric_limits
|
D | tommath.hpp | 822 static number_type round_error() { return number_type(); } in round_error() function in std::numeric_limits
|
D | mpfi.hpp | 1640 static number_type round_error() in round_error() function in std::numeric_limits 1787 static number_type round_error() { return number_type(0); } in round_error() function in std::numeric_limits
|
D | float128.hpp | 792 static BOOST_MP_CXX14_CONSTEXPR number_type round_error() { return 0.5; } in round_error() function in std::numeric_limits
|
D | mpfr.hpp | 2383 static number_type round_error() in round_error() function in std::numeric_limits 2548 static number_type round_error() in round_error() function in std::numeric_limits
|
D | cpp_dec_float.hpp | 3085 …cpp_dec_float<Digits10, ExponentType, Allocator>, ExpressionTemplates> round_error() { return 0.5L… in round_error() function in std::numeric_limits
|
D | cpp_bin_float.hpp | 1917 static number_type round_error() in round_error() function in std::numeric_limits
|
/third_party/boost/libs/rational/test/ |
D | rational_test.cpp | 263 static MyInt round_error() throw() { return limits_type::round_error(); } in round_error() function in std::numeric_limits 315 static MyOverflowingUnsigned round_error() throw() in round_error() function in std::numeric_limits
|
/third_party/boost/boost/math/bindings/ |
D | e_float.hpp | 481 static const ::boost::math::ef::e_float round_error(void) in round_error() function in std::numeric_limits
|