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