Home
last modified time | relevance | path

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

/lvgl-3.5.0/tests/unity/
Dunity.c874 if (UNITY_NAN_CHECK) return 1; \
881 #define UNITY_NAN_CHECK isnan(expected) && isnan(actual) macro
883 #define UNITY_NAN_CHECK 0 macro