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

  /external/eigen/Eigen/src/Eigen2Support/
MathFunctions.h 49 inline bool ei_isApproxOrLessThan(const Scalar& x, const Scalar& y,
  /external/eigen/test/eigen2/
main.h 164 { return ei_isApproxOrLessThan(a, b, test_precision<int>()); }
171 { return ei_isApproxOrLessThan(a, b, test_precision<float>()); }
178 { return ei_isApproxOrLessThan(a, b, test_precision<double>()); }
195 { return ei_isApproxOrLessThan(a, b, test_precision<long double>()); }

Completed in 71 milliseconds