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
|