Skip to content
Snippets Groups Projects
Commit 2906eb6f authored by Pierre Roux's avatar Pierre Roux
Browse files
parent bc24e51c
No related tags found
No related merge requests found
Pipeline #100087 failed
......@@ -21,7 +21,8 @@
data : list (bv 64)
H : bv_unsigned l < bv_unsigned r
H0 : bv_unsigned r ≤ Z.of_nat (length data)
H1 : ¬ bv_swrap 128 (bv_unsigned l) >=
H1 :
¬ bv_swrap 128 (bv_unsigned l) >=
bv_swrap 128
(bv_wrap 64
(bv_wrap 64 (bv_unsigned r - bv_unsigned l) `div` 2 ^ 1 +
......@@ -46,9 +47,10 @@ goal 2 is:
i, n : bv 64
H : bv_unsigned i < bv_unsigned n
H0 : bv_wrap 64
(bv_unsigned n + bv_wrap 64 (- bv_wrap 64 (bv_unsigned i + 1) - 1) +
1) ≠ 0%Z
H0 :
bv_wrap 64
(bv_unsigned n + bv_wrap 64 (- bv_wrap 64 (bv_unsigned i + 1) - 1) + 1)
≠ 0%Z
============================
bv_wrap 64 (bv_unsigned i + 1) < bv_unsigned n
1 goal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment