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