Searched refs:FPC_STRONG (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/test/tools/ |
D | floating_point_comparison.hpp | 98 FPC_STRONG, //!< "Very close" - equation 2' in docs, the default enumerator 233 …explicit close_at_tolerance( ToleranceType tolerance, fpc::strength fpc_strength = FPC_STRONG ) in close_at_tolerance() 271 m_tested_rel_diff = m_strength == FPC_STRONG ? max_rel_diff : min_rel_diff; in operator ()()
|
D | fpc_op.hpp | 140 fpc::close_at_tolerance<FPT> P( fpc_tolerance<FPT>(), fpc::FPC_STRONG ); in compare_fpv()
|
/third_party/boost/libs/math/example/ |
D | float_comparison_example.cpp | 253 << (three_rounds.strength() == FPC_STRONG ? "strong" : "weak") in main() 323 << close_at_tolerance<float>(epsilon, FPC_STRONG)(a, b) << std::endl; in main()
|
D | brent_minimise_example.cpp | 108 using boost::math::fpc::FPC_STRONG; in is_close() 115 return close_at_tolerance<T>(tolerance, FPC_STRONG) (expect, got); in is_close()
|
/third_party/boost/libs/qvm/test/ |
D | test_qvm.hpp | 31 … return boost::math::fpc::close_at_tolerance<float>(tolerance,boost::math::fpc::FPC_STRONG)(a,b); in close_at_tolerance() 38 … return boost::math::fpc::close_at_tolerance<double>(tolerance,boost::math::fpc::FPC_STRONG)(a,b); in close_at_tolerance()
|
/third_party/boost/boost/test/tools/old/ |
D | impl.hpp | 304 …_tolerance<typename tt_detail::comp_supertype<FPT1,FPT2>::type> pred( tolerance, fpc::FPC_STRONG ); in operator ()()
|