Home | History | Annotate | Line # | Download | only in include
ieee.h revision 1.9
      1  1.9  christos /*	$NetBSD: ieee.h,v 1.9 2005/12/11 12:16:47 christos 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