Searched refs:p_fraction_tolerance (Results 1 – 1 of 1) sorted by relevance
173 : 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