1 1.8 kleink /* $NetBSD: ieee.h,v 1.8 2005/04/15 22:39:11 kleink Exp $ */ 2 1.1 bjh21 3 1.7 kleink #include <sys/ieee754.h> 4 1.8 kleink 5 1.8 kleink /* 6 1.8 kleink * A NaN is a `signalling NaN' if its QUIETNAN bit is clear in its 7 1.8 kleink * high fraction; if the bit is set, it is a `quiet NaN'. 8 1.8 kleink */ 9 1.8 kleink 10 1.8 kleink #if 0 11 1.8 kleink #define SNG_QUIETNAN (1 << 22) 12 1.8 kleink #define DBL_QUIETNAN (1 << 19) 13 1.8 kleink #endif 14