Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm_macros.h41 #define ISZEROL(x) (((((int *)&x)[0] & ~XSGNMSK) | ((int *)&x)[1] | \ macro
51 #define ISZEROL(x) (x == 0.0L) macro