repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: fix a null dereference on out-of-memory
[minix.git]
/
lib
/
libc
/
arch
/
x86_64
/
gdtoa
/
gd_qnan.h
blob
98638cc8ac6395e45d16c6c87329b8bb4c65e98a
1
/* $NetBSD: gd_qnan.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
2
3
#define f_QNAN 0x7fc00000
4
#define d_QNAN0 0x0
5
#define d_QNAN1 0x7ff80000
6
#define ldus_QNAN0 0x0
7
#define ldus_QNAN1 0x0
8
#define ldus_QNAN2 0x0
9
#define ldus_QNAN3 0x4000
10
#define ldus_QNAN4 0x7fff
11
/* 6 bytes of tail padding follow, per AMD64 ABI */