Searched defs:FICL_2UNSIGNED_NOT_ZERO (Results 1 – 1 of 1) sorted by relevance
619 #define FICL_2UNSIGNED_NOT_ZERO(doubleu) ((doubleu) != 0) macro 663 #define FICL_2UNSIGNED_NOT_ZERO(doubleu) ((doubleu).high || (doubleu).low) macro