Searched refs:UNITY_DOUBLE_PRECISION (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_internals.h233 #undef UNITY_DOUBLE_PRECISION macro
244 #ifndef UNITY_DOUBLE_PRECISION
245 #define UNITY_DOUBLE_PRECISION (1e-12f) macro
696 #define UNITY_TEST_ASSERT_EQUAL_DOUBLE(expected, actual, line, message) UNITY_TEST_ASSERT_DOUBLE_WITHIN((_UD)(expected) * (_UD)UNITY_DOUBLE_PRECISION, (_UD)expected, (_UD)actual, (UNITY_LINE_TYPE)line, message)
H A Dunity.c799 tol = UNITY_DOUBLE_PRECISION * *ptr_expected;

Completed in 185 milliseconds