Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / sh3 / include / ieee.h
blob73431f3cb77535e4bd7afba7592344d0a73b8fd7
1 /* $NetBSD: ieee.h,v 1.4.18.4 2005/11/10 13:58:38 skrll Exp $ */
3 #include <sys/ieee754.h>
5 /*
6 * A NaN is a `signalling NaN' if its QUIETNAN bit is set in its
7 * high fraction; if the bit is clear, it is a `quiet NaN'.
8 */
10 #if 0
11 #define SNG_QUIETNAN (1 << 22)
12 #define DBL_QUIETNAN (1 << 19)
13 #endif