Home
last modified time | relevance | path

Searched defs:UNITY_IS_NAN (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/tests/unity/
Dunity_internals.h250 #define UNITY_IS_NAN(n) ((n != n) ? 1 : 0) macro
252 #define UNITY_IS_NAN(n) isnan(n) macro