OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ei_isApproxOrLessThan
(Results
1 - 2
of
2
) sorted by null
/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>()); }
/external/eigen/Eigen/src/Eigen2Support/
MathFunctions.h
49
inline bool
ei_isApproxOrLessThan
(const Scalar& x, const Scalar& y,
Completed in 2520 milliseconds