Searched refs:error_max (Results 1 - 2 of 2) sorted by relevance

/external/eigen/test/
H A Dprec_inverse_4x4.cpp34 double error_sum = 0., error_max = 0.; local
46 error_max = (std::max)(error_max, error);
51 EIGEN_DEBUG_VAR(error_max);
55 VERIFY(error_max < (NumTraits<Scalar>::IsComplex ? 64.0 : 20.0));
/external/autotest/server/cros/network/
H A Dnetperf_runner.py262 error_min=None, error_max=None,
273 @param error_max int max number of UDP frame errors.
283 self.errors_bounds = Bound(error_min, error_max)
310 'error_max': self.errors_bounds.upper,

Completed in 115 milliseconds