f14fb60209
* Updating common/lib * Updating lib/csu * Updating lib/libc * Updating libexec/ld.elf_so * Corrected test on __minix in featuretest to actually follow the meaning of the comment. * Cleaned up _REENTRANT-related defintions. * Disabled -D_REENTRANT for libfetch * Removing some unneeded __NBSD_LIBC defines and tests Change-Id: Ic1394baef74d11b9f86b312f5ff4bbc3cbf72ce2
15 lines
407 B
C
15 lines
407 B
C
/* $NetBSD: gd_qnan.h,v 1.3 2011/06/05 14:43:13 christos Exp $ */
|
|
|
|
#define f_QNAN 0x7fc00000
|
|
#define d_QNAN0 0x0
|
|
#define d_QNAN1 0x7ff80000
|
|
#define ld_QNAN0 0x0
|
|
#define ld_QNAN1 0xc0000000
|
|
#define ld_QNAN2 0x7fff
|
|
#define ld_QNAN3 0x0
|
|
#define ldus_QNAN0 0x0
|
|
#define ldus_QNAN1 0x0
|
|
#define ldus_QNAN2 0x0
|
|
#define ldus_QNAN3 0xc000
|
|
#define ldus_QNAN4 0x7fff
|
|
/* 6 bytes of tail padding follow, per AMD64 ABI */
|