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
/
hppa
/
gdtoa
/
gd_qnan.h
blob
b9e91e70fd376962fd9b2722f326f77611f51091
1
/* $NetBSD: gd_qnan.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
2
3
#define f_QNAN 0x7fa00000
4
#define d_QNAN0 0x7ff40000
5
#define d_QNAN1 0x0
6
#ifdef _LP64
7
#define ld_QNAN0 0x7fff4000
8
#define ld_QNAN1 0x0
9
#define ld_QNAN2 0x0
10
#define ld_QNAN3 0x0
11
#endif