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