repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* chew.c (paramstuff, outputdots, perform, bang and usage): Remove
[binutils.git]
/
gas
/
testsuite
/
gasp
/
flonums.asm
blob
e6ddb5a122ed5816077dbd977e9f491926119e7f
1
.RADIX Q
2
!
test
floats now
3
.float
-
H
'C
4
.float -9.0
5
.float 0.9
6
.float +0.9
7
.float +.9
8
.float -00.0009
9
.float -2.900
10
.float 1.1e+10
11
.float +1.1e+10
12
.float +1.1e-10
13
.float -1.1E+10
14
.float +1.1E+1000
15
.float +1.1E+0001 10
16
.float 11.11E-10 10
17
.float H'
C
.3
18
.float H
'C.H'
C
19
.
END