HomeSort by relevance Sort by last modified time
    Searched full:error_max (Results 1 - 4 of 4) 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/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin_error.h 103 ERROR_MAX
plugin.cc 210 HistogramEnumerate("NaCl.LoadStatus.Plugin", error_code, ERROR_MAX,
216 HistogramEnumerate(name, error_code, ERROR_MAX,
    [all...]

Completed in 154 milliseconds