Home
last modified time | relevance | path

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

/third_party/cJSON/tests/unity/src/
H A Dunity.c682 if (UNITY_NAN_CHECK) return 1; \
689 #define UNITY_NAN_CHECK isnan(expected) && isnan(actual) macro
691 #define UNITY_NAN_CHECK 0 macro
/third_party/unity/src/
H A Dunity.c899 if (UNITY_NAN_CHECK) return 1; \
906 #define UNITY_NAN_CHECK UNITY_IS_NAN(expected) && UNITY_IS_NAN(actual) macro
908 #define UNITY_NAN_CHECK 0 macro

Completed in 9 milliseconds