repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Anchor filename locations in .gitignore
[nasm.git]
/
test
/
floatb.asm
blob
0665c603159bae985fd8b182e8a9792ee4a44a6b
1
;; Known problematic floating-point numbers and their proper
2
;; encoding...
3
4
bits
64
5
6
dd
1.1
e10
7
dd
0x5023e9ac
; Should be...
8
9
dd
50.40
e9
10
dd
0x513bc130
; Should be...
11
12
dq
1.4
e23
13
dq
0x44bda56a4b0835c0
14
15
dq
50.48
e21
16
dq
0x44a5610d7502feae
17
18
dt
1.2
e28
19
dq
0x9b18ab5df7180b6c
20
dw
0x405c
21
22
dt
50.46
e25
23
dq
0xd0b29a67e95dcb60
24
dw
0x4057
25
26
;; Way too big numbers, should overflow to +Inf
27
dd
1.0
E646456955
28
dd
1.0
E646456956
29
dd
1.0
E2147483646
30
dd
1.0
E2147483647
31
dd
1.0
E2147483648
32
dd
1.0
E2147483649