Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity_internals.h237 #ifndef UNITY_DOUBLE_PRECISION
238 #define UNITY_DOUBLE_PRECISION (1e-12f) macro
804 …UNITY_TEST_ASSERT_DOUBLE_WITHIN((_UF)(expected) * (_UD)UNITY_DOUBLE_PRECISION, (_UD)expected, (_UD…
Dunity.c1071 tol = UNITY_DOUBLE_PRECISION * *ptr_expected; in UnityAssertEqualDoubleArray()