File: dr.0.res.oracle

package info (click to toggle)
frama-c 20171101%2Bsulfur%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 44,124 kB
  • sloc: ml: 213,391; ansic: 45,004; makefile: 2,648; sh: 2,574; lisp: 259; python: 85; asm: 26
file content (43 lines) | stat: -rw-r--r-- 1,450 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
[kernel] Parsing tests/float/dr.i (no preprocessing)
tests/float/dr.i:7:[kernel] warning: Floating-point constant 100e30f is not represented exactly. Will use 0x1.3b8b5c0000000p106. See documentation for option -warn-decimal-float
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
  big ∈ {1.00000003318e+32}
  big2 ∈ {1.00126002403e+32}
  ne1 ∈ {-0.10000000149}
  ne2 ∈ {-0.5}
  nodigits ∈ {10.}
  smaller ∈ {0}
  he ∈ {3.}
  g1 ∈ {0.10000000149}
  f1 ∈ {0.10000000149}
  f9 ∈ {1.}
  ep ∈ {12499999744.}
  g2 ∈ {1.01161122322}
  f2 ∈ {1.01161134243}
  d2 ∈ {1.01161128283}
  e1 ∈ {0}
  e2 ∈ {0}
tests/float/dr.i:26:[value] Frama_C_show_each: {1}, {0}
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
  e1 ∈ {1}
  e2 ∈ {0}
  __retres ∈ {0}
[from] Computing for function main
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
    These dependencies hold at termination for the executions that terminate:
[from] Function main:
  e1 FROM g1; f1
  e2 FROM g2; f2
  \result FROM \nothing
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
      e1; e2; __retres
[inout] Inputs for function main:
      g1; f1; g2; f2; e1; e2