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