HomeSort by relevance Sort by last modified time
    Searched refs:error_max (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/
prec_inverse_4x4.cpp 34 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/eigen/test/eigen2/
eigen2_prec_inverse_4x4.cpp 52 double error_sum = 0., error_max = 0.; local
64 error_max = std::max(error_max, error);
69 EIGEN_DEBUG_VAR(error_max);
71 VERIFY(error_max < (NumTraits<Scalar>::IsComplex ? 64.0 : 20.0));
  /external/autotest/server/cros/network/
netperf_runner.py 262 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 1470 milliseconds