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