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