File: conversion.res.oracle

package info (click to toggle)
frama-c 20161101%2Bsilicon%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 42,324 kB
  • ctags: 35,695
  • sloc: ml: 200,142; ansic: 31,465; makefile: 2,334; sh: 1,643; lisp: 259; python: 85; asm: 26
file content (186 lines) | stat: -rw-r--r-- 7,220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/conversion.i (no preprocessing)
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
  v ∈ [--..--]
[value] DUMPING STATE of file tests/value/conversion.i line 16
        v ∈ [--..--]
        x ∈ {1}
        y ∈ UNINITIALIZED
        f ∈ {1.40129846432e-45}
        l ∈ UNINITIALIZED
        =END OF DUMP==
tests/value/conversion.i:19:[value] warning: assertion 'ASSUME' got status unknown.
[value] DUMPING STATE of file tests/value/conversion.i line 21
        v ∈ [--..--]
        x ∈ [0..1120000000]
        y ∈ UNINITIALIZED
        f ∈ [0. .. 96.921875]
        l ∈ UNINITIALIZED
        =END OF DUMP==
tests/value/conversion.i:24:[value] warning: assertion 'ASSUME' got status unknown.
tests/value/conversion.i:25:[value] warning: non-finite float value. assert \is_finite(*((float *)(&x)));
[value] DUMPING STATE of file tests/value/conversion.i line 26
        v ∈ [--..--]
        x ∈ [-10..10]
        y ∈ UNINITIALIZED
        f ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
        l ∈ UNINITIALIZED
        =END OF DUMP==
tests/value/conversion.i:29:[value] warning: assertion 'ASSUME' got status unknown.
[value] DUMPING STATE of file tests/value/conversion.i line 31
        v ∈ [--..--]
        x ∈ [-10..10]
        y ∈ [-10..10]
        f ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
        l ∈ UNINITIALIZED
        =END OF DUMP==
tests/value/conversion.i:34:[value] warning: assertion 'ASSUME' got status unknown.
[value] DUMPING STATE of file tests/value/conversion.i line 36
        v ∈ [--..--]
        x ∈ [1077936128..1084227584]
        y ∈ [-10..10]
        f ∈ [3. .. 5.]
        l ∈ UNINITIALIZED
        =END OF DUMP==
tests/value/conversion.i:39:[value] warning: non-finite float value. assert \is_finite(*((float *)(&x)));
[value] DUMPING STATE of file tests/value/conversion.i line 40
        v ∈ [--..--]
        x ∈ {{ (int)&x }}
        y ∈ [-10..10]
        f ∈ {{ (float)&x }}
        l ∈ UNINITIALIZED
        =END OF DUMP==
[value] DUMPING STATE of file tests/value/conversion.i line 45
        v ∈ [--..--]
        x[bits 0 to 15] ∈ {1}
         [bits 16 to 31] ∈ {2}
        y ∈ [-10..10]
        f[bits 0 to 15] ∈ {1}
         [bits 16 to 31] ∈ {2}
        l ∈ UNINITIALIZED
        =END OF DUMP==
tests/value/conversion.i:50:[value] warning: assertion 'ASSUME' got status unknown.
[value] DUMPING STATE of file tests/value/conversion.i line 53
        v ∈ [--..--]
        x[bits 0 to 15] ∈ {1}
         [bits 16 to 31] ∈ {2}
        y ∈ [-10..10]
        f ∈ [7.00649232162e-45 .. 2.10194769649e-44] or UNINITIALIZED
        l ∈ [5..15] or UNINITIALIZED
        =END OF DUMP==
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
  x[bits 0 to 15] ∈ {1}
   [bits 16 to 31] ∈ {2}
  y ∈ [-10..10]
  f ∈ [7.00649232162e-45 .. 2.10194769649e-44] or UNINITIALIZED
  l ∈ [5..15] or UNINITIALIZED
[from] Computing for function main
[from] Computing for function Frama_C_dump_each <-main
[from] Done for function Frama_C_dump_each
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
       These dependencies hold at termination for the executions that terminate:
[from] Function main:
  NO EFFECTS
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
          x; y; f; l
[inout] Inputs for function main:
          v
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
  v ∈ [--..--]
[value] DUMPING STATE of file tests/value/conversion.i line 16
        v ∈ [--..--]
        x ∈ {1}
        y ∈ UNINITIALIZED
        f ∈ {1.40129846432e-45}
        l ∈ UNINITIALIZED
        =END OF DUMP==
[value] DUMPING STATE of file tests/value/conversion.i line 21
        v ∈ [--..--]
        x ∈ [0..1120000000]
        y ∈ UNINITIALIZED
        f ∈ [0. .. 96.921875]
        l ∈ UNINITIALIZED
        =END OF DUMP==
tests/value/conversion.i:25:[value] warning: non-finite float value. assert \is_finite(*((float *)(&x)));
[value] DUMPING STATE of file tests/value/conversion.i line 26
        v ∈ [--..--]
        x ∈ [-10..10]
        y ∈ UNINITIALIZED
        f ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
        l ∈ UNINITIALIZED
        =END OF DUMP==
[value] DUMPING STATE of file tests/value/conversion.i line 31
        v ∈ [--..--]
        x ∈ [-10..10]
        y ∈ [--..--]
        f ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
        l ∈ UNINITIALIZED
        =END OF DUMP==
[value] DUMPING STATE of file tests/value/conversion.i line 36
        v ∈ [--..--]
        x ∈ [1077936128..1084227584]
        y ∈ [--..--]
        f ∈ [3. .. 5.]
        l ∈ UNINITIALIZED
        =END OF DUMP==
tests/value/conversion.i:39:[value] warning: non-finite float value. assert \is_finite(*((float *)(&x)));
tests/value/conversion.i:39:[value] Assigning imprecise value to f.
        The imprecision originates from Arithmetic {tests/value/conversion.i:39}
[value] DUMPING STATE of file tests/value/conversion.i line 40
        v ∈ [--..--]
        x ∈ {{ (int)&x }}
        y ∈ [--..--]
        f ∈
         {{ garbled mix of &{x} (origin: Arithmetic {tests/value/conversion.i:39}) }}
        l ∈ UNINITIALIZED
        =END OF DUMP==
[value] DUMPING STATE of file tests/value/conversion.i line 45
        v ∈ [--..--]
        x[bits 0 to 15] ∈ {1}
         [bits 16 to 31] ∈ {2}
        y ∈ [--..--]
        f ∈ {1.83672393614e-40}
        l ∈ UNINITIALIZED
        =END OF DUMP==
tests/value/conversion.i:52:[value] warning: accessing uninitialized left-value. assert \initialized((float *)(&l));
[value] DUMPING STATE of file tests/value/conversion.i line 53
        v ∈ [--..--]
        x[bits 0 to 15] ∈ {1}
         [bits 16 to 31] ∈ {2}
        y ∈ [--..--]
        f ∈ [7.00649232162e-45 .. 2.10194769649e-44]
        l ∈ [7.00649232162e-45 .. 2.10194769649e-44]
        =END OF DUMP==
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
  x[bits 0 to 15] ∈ {1}
   [bits 16 to 31] ∈ {2}
  y ∈ [--..--]
  f ∈ [7.00649232162e-45 .. 2.10194769649e-44]
  l ∈ [7.00649232162e-45 .. 2.10194769649e-44]
[from] Computing for function main
[from] Computing for function Frama_C_dump_each <-main
[from] Done for function Frama_C_dump_each
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
       These dependencies hold at termination for the executions that terminate:
[from] Function main:
  NO EFFECTS
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
          x; y; f; l
[inout] Inputs for function main:
          v