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