Home | History | Annotate | Line # | Download | only in include
      1  1.6  christos /* $NetBSD: ieee.h,v 1.6 2005/12/11 12:16:16 christos Exp $ */
      2  1.1       cgd 
      3  1.4    kleink #include <sys/ieee754.h>
      4  1.5    kleink 
      5  1.5    kleink /*
      6  1.5    kleink  * A NaN is a `signalling NaN' if its QUIETNAN bit is clear in its
      7  1.5    kleink  * * high fraction; if the bit is set, it is a `quiet NaN'.
      8  1.5    kleink  */
      9  1.5    kleink 
     10  1.5    kleink #if 0
     11  1.5    kleink #define	SNG_QUIETNAN	(1 << 22)
     12  1.5    kleink #define	DBL_QUIETNAN	(1 << 19)
     13  1.5    kleink #endif
     14