/third_party/boost/libs/math/test/ |
D | std_real_concept_check.cpp | 54 static boost::math::concepts::std_real_concept round_error() throw(); 92 static boost::math::concepts::std_real_concept round_error() throw(); 130 static boost::math::concepts::std_real_concept round_error() throw(); 168 static boost::math::concepts::std_real_concept round_error() throw();
|
/third_party/boost/libs/math/test/compile_test/ |
D | std_real_concept_check.cpp | 57 static boost::math::concepts::std_real_concept round_error() throw(); 96 static boost::math::concepts::std_real_concept round_error() throw(); 135 static boost::math::concepts::std_real_concept round_error() throw(); 174 static boost::math::concepts::std_real_concept round_error() throw();
|
/third_party/boost/libs/multiprecision/test/ |
D | test_numeric_limits.cpp | 140 BOOST_CHECK_EQUAL(std::numeric_limits<Number>::round_error(), 0.5); in test_specific() 145 BOOST_CHECK_EQUAL(std::numeric_limits<Number>::round_error(), 1); in test_specific() 150 …BOOST_CHECK((std::numeric_limits<Number>::round_error() <= 1) && (std::numeric_limits<Number>::rou… in test_specific() 216 PRINT(round_error()); in test()
|
D | constexpr_test_float128.cpp | 54 constexpr float128 h(std::numeric_limits<float128>::round_error()); in main()
|
/third_party/boost/libs/multiprecision/doc/ |
D | numeric_limits_qbk.cpp | 253 os << "[" << std::numeric_limits<T>::round_error() << "]" in float_functions() 387 std::cout << "round_error = " << std::numeric_limits<T>::round_error() << " ULP." << std::endl; in numeric_limits_list() 632 << "[" << std::numeric_limits<float>::round_error() << "]" in main() 633 << "[" << std::numeric_limits<double>::round_error() << "]" in main() 636 << "[" << std::numeric_limits<long double>::round_error() << "]" in main() 638 << "[" << std::numeric_limits<cpp_dec_float_50 >::round_error() << "]" in main() 639 << "[" << std::numeric_limits<bin_128bit_double_type >::round_error() << "]" in main()
|
D | numeric_limits_32_tables.qbk | 85 [[round_error][0.5][0.5][0.5][0.5][0.5]]
|
/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/units/ |
D | limits.hpp | 47 …tic BOOST_CONSTEXPR quantity_type round_error() { return(quantity_type::from_value(std::numeric_l… in round_error() function in std::numeric_limits
|
/third_party/boost/boost/numeric/interval/ |
D | limits.hpp | 43 static I round_error(); // hide this on purpose, not yet implemented
|
/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/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/libs/units/test/ |
D | test_limits.cpp | 80 CHECK_FUNCTION(round_error); in do_check()
|
/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/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/libs/multiprecision/example/ |
D | numeric_limits_snips.cpp | 316 * std::numeric_limits<double>::round_error(); // 1/2 in BOOST_AUTO_TEST_CASE()
|
/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 316 {return limits_type::round_error();} in round_error()
|
/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 483 return (numeric_limits< ::e_float>::round_error)(); in round_error()
|
/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/boost/libs/config/test/ |
D | math_info.cpp | 103 …sion(std::numeric_limits<T>::digits10 + 2) << (std::numeric_limits<T>::round_error)() << std::endl; in print_limits()
|
/third_party/mindspore/mindspore/core/base/ |
D | float16.h | 266 static float16 round_error() noexcept { return float16(round_error_value); }
|
/third_party/boost/boost/multiprecision/ |
D | rational_adaptor.hpp | 351 BOOST_STATIC_CONSTEXPR number_type round_error() { return epsilon() / 2; } in round_error() function in std::numeric_limits
|
D | debug_adaptor.hpp | 513 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 2695 …limits<boost::multiprecision::number<boost::multiprecision::gmp_float<digits10> > >::round_error(); in data_initializer() 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 | mpfi.hpp | 1640 static number_type round_error() in round_error() function in std::numeric_limits 1706 …ost::multiprecision::number<boost::multiprecision::mpfi_float_backend<digits10> > >::round_error(); in data_initializer() 1787 static number_type round_error() { return number_type(0); } in round_error() function in std::numeric_limits
|
/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
|