Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dficl.h620 #define FICL_2UNSIGNED_NOT_ZERO(doubleu) ((doubleu) != 0) macro
664 #define FICL_2UNSIGNED_NOT_ZERO(doubleu) ((doubleu).high || (doubleu).low) macro