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