Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dutility.c107 while (FICL_2UNSIGNED_NOT_ZERO(v)) { in ficlLtoa()
140 while (FICL_2UNSIGNED_NOT_ZERO(ud)) { in ficlUltoa()
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
H A Dprimitives.c1598 } while (FICL_2UNSIGNED_NOT_ZERO(u)); in ficlPrimitiveNumberSignS()