Home
last modified time | relevance | path

Searched refs:maxAbsDiff (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_misc.cpp31 static double maxAbsDiff(const T &t, const U &u) in maxAbsDiff() function
52 EXPECT_LE(maxAbsDiff(expected, actual), 0.0); in TEST()
67 EXPECT_LE(maxAbsDiff(expected, actual), FLT_EPSILON); in TEST()
82 EXPECT_LE(maxAbsDiff(expected, actual), FLT_EPSILON); in TEST()
98 EXPECT_LE(maxAbsDiff(expected, actual), 0.0); in TEST()
114 EXPECT_LE(maxAbsDiff(expected, actual), FLT_EPSILON); in TEST()
130 EXPECT_LE(maxAbsDiff(expected, actual), FLT_EPSILON); in TEST()