gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / fp_math48.s
1 .data
2 .float 0, -0
3 .float 1, -1
4 .float 2, -2
5 .float 15, -15
6 .float 100, -100
7 .float 0.1, -0.1
8 .float 2.938735877056E-39 ;smallest positive number
9 .float 1.701411834603E+38 ;largest positive number
10 .float -2.938735877056E-39 ;largest negative number
11 .float -1.701411834603E+38 ;smallest negative number
12 ; constants present as binaries in Math48 library
13 .float 0.0174532925199433 ;7b 95 12 35 fa 0e - PI/180
14 .float 10 ;84 00 00 00 00 20
15 .float 360 ;89 00 00 00 00 34
16 .float 0.333333333333 ;7f aa aa aa aa 2a
17 .float -110 ;87 00 00 00 00 dc
18 .float 7920 ;8d 00 00 00 80 77
19 .float -332640 ;93 00 00 00 6c a2
20 .float 6652800 ;97 00 00 00 07 4b
21 .float -39916800 ;9a 00 00 40 45 98
22 .float 0.4342944819033 ;7f 36 a9 d8 5b 5e - 1/ln(10)
23 .float 0.7071067811865 ;80 fb 33 f3 04 35 - sqrt(2)/2
24 .float 0.1316524975874 ;7e 4a 8e e9 cf 06 - TAN(PI/24)
25 .float 6.2831853071796 ;82 21 a2 da 0f 49 - 2*PI
26 .float 0.69314718056 ;80 d2 f7 17 72 31 - ln(2)
27 .float 1e+0 ;81 00 00 00 00 00
28 .float 1e+4 ;8e 00 00 00 40 1c
29 .float 1e+8 ;9b 00 00 20 bc 3e
30 .float 1e+12 ;a8 00 10 a5 4d 68
31 .float 1e+16 ;b6 04 bf c9 1b 0e
32 .float 1e+20 ;c3 ac c5 eb 78 2d
33 .float 1e+24 ;d0 cd ce 1b c2 53
34 .float 1e+28 ;de f9 78 39 3f 01
35 .float 1e+32 ;eb 2b a8 ad c5 1d
36 .float 1e+36 ;f8 c9 7b ce 97 40
37 .float 1.2
38 .float 1337
39 .end
This page took 0.032552 seconds and 4 git commands to generate.