Searched defs:UNITY_TEST_ASSERT_EQUAL_DOUBLE_ARRAY (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_internals.h685 #define UNITY_TEST_ASSERT_EQUAL_DOUBLE_ARRAY(expected, actual, num_elements, line, message) UNITY_TEST_FAIL((UNITY_LINE_TYPE)line, UnityStrErrDouble) macro
697 #define UNITY_TEST_ASSERT_EQUAL_DOUBLE_ARRAY(expected, actual, num_elements, line, message) UnityAssertEqualDoubleArray((_UD*)(expected), (_UD*)(actual), (_UU32)(num_elements), (message), (UNITY_LINE_TYPE)line) macro

Completed in 76 milliseconds