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