Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dfloating_point_comparison.hpp173 : p_fraction_tolerance( tt_detail::fpt_abs( static_cast<FPT>(0.01)*tolerance.m_value ) ) in close_at_tolerance()
180 : p_fraction_tolerance( tt_detail::fpt_abs( tolerance.m_value ) ) in close_at_tolerance()
192 ? (d1 <= p_fraction_tolerance.get() && d2 <= p_fraction_tolerance.get()) in operator ()()
193 : (d1 <= p_fraction_tolerance.get() || d2 <= p_fraction_tolerance.get()) ); in operator ()()
196 res.message() << (( d1 <= p_fraction_tolerance.get() ? d2 : d1 ) * m_report_modifier); in operator ()()
202 readonly_property<FPT> p_fraction_tolerance; member in boost::test_tools::close_at_tolerance