Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / native_client / tests / toolchain / float2.stdout
1 i32: 5
2 double 5.000000
3 float  5.000000
4
5 i32: -5
6 double -5.000000
7 float  -5.000000
8
9 i64: 5
10 double 5.000000
11 float  5.000000
12
13 i64: -5
14 double -5.000000
15 float  -5.000000
16
17 i64: 8589934592
18 double 8589934592.000000
19 float  8589934592.000000
20
21 i64: -8589934592
22 double -8589934592.000000
23 float  -8589934592.000000
24
25 u32: 5
26 double 5.000000
27 float  5.000000
28
29 u32: 2147483648
30 double 2147483648.000000
31 float  2147483648.000000
32
33 u64: 5
34 double 5.000000
35 float  5.000000
36
37 u64: 9223372036854775808
38 double 9223372036854775808.000000
39 float  9223372036854775808.000000
40
41 f32:   5.600000e+00
42 int32_t  5
43 int64_t  5
44 uint32_t 5
45 uint64_t 5
46
47 f32:   5.500000e+00
48 int32_t  5
49 int64_t  5
50 uint32_t 5
51 uint64_t 5
52
53 f32:   5.400000e+00
54 int32_t  5
55 int64_t  5
56 uint32_t 5
57 uint64_t 5
58
59 f32:   -5.600000e+00
60 int32_t  -5
61 int64_t  -5
62
63 f32:   -5.500000e+00
64 int32_t  -5
65 int64_t  -5
66
67 f32:   -5.400000e+00
68 int32_t  -5
69 int64_t  -5
70
71 f64:   5.600000e+00
72 int32_t  5
73 int64_t  5
74 uint32_t 5
75 uint64_t 5
76
77 f64:   5.500000e+00
78 int32_t  5
79 int64_t  5
80 uint32_t 5
81 uint64_t 5
82
83 f64:   5.400000e+00
84 int32_t  5
85 int64_t  5
86 uint32_t 5
87 uint64_t 5
88
89 f64:   -5.600000e+00
90 int32_t  -5
91 int64_t  -5
92
93 f64:   -5.500000e+00
94 int32_t  -5
95 int64_t  -5
96
97 f64:   -5.400000e+00
98 int32_t  -5
99 int64_t  -5
100