Searched refs:verify_impl (Results 1 – 1 of 1) sorted by relevance
/external/eigen/test/ |
D | main.h | 261 inline void verify_impl(bool condition, const char *testname, const char *file, int line, const cha… in verify_impl() function 279 #define VERIFY(a) ::verify_impl(a, g_test_stack.back().c_str(), __FILE__, __LINE__, EI_PP_MAKE_STRI… 281 #define VERIFY_GE(a, b) ::verify_impl(a >= b, g_test_stack.back().c_str(), __FILE__, __LINE__, EI_P… 282 #define VERIFY_LE(a, b) ::verify_impl(a <= b, g_test_stack.back().c_str(), __FILE__, __LINE__, EI_P…
|