repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
libc
/
arch
/
m68k
/
gdtoa
/
gd_qnan.h
blob
851757d3e14f35b89d20c00f8a080ed8312298b1
1
/* $NetBSD$ */
2
3
#define f_QNAN 0x7fc00000
4
#define d_QNAN0 0x7ff80000
5
#define d_QNAN1 0x0
6
#ifndef __mc68010__
7
#define ld_QNAN0 0x7fff0000
8
#define ld_QNAN1 0x40000000
9
#define ld_QNAN2 0x0
10
#endif