Home | History | Annotate | Download | only in test

Lines Matching refs:tolerance

104 // **************         tolerance presentation types         ************** //
171 explicit close_at_tolerance( percent_tolerance_t<ToleranceBaseType> tolerance,
173 : p_fraction_tolerance( tt_detail::fpt_abs( static_cast<FPT>(0.01)*tolerance.m_value ) )
178 explicit close_at_tolerance( fraction_tolerance_t<ToleranceBaseType> tolerance,
180 : p_fraction_tolerance( tt_detail::fpt_abs( tolerance.m_value ) )
221 operator()( FPT1 left, FPT2 right, percent_tolerance_t<ToleranceBaseType> tolerance,
231 close_at_tolerance<FPT> pred( tolerance, fpc_type );
237 operator()( FPT1 left, FPT2 right, fraction_tolerance_t<ToleranceBaseType> tolerance,
244 close_at_tolerance<FPT> pred( tolerance, fpc_type );
266 operator()( FPT fpv, FPT tolerance ) const
268 return tt_detail::fpt_abs( fpv ) < tt_detail::fpt_abs( tolerance );