Searched defs:IsNegNAN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/
H A Dnan.h111 * IsPosNAN and IsNegNAN can be used to check the sign of infinities too
115 #define IsNegNAN(X) (((dnan *)&(X))->nan_parts.sign == 1) macro

Completed in 67 milliseconds