Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FloVer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AVA
FloVer
Commits
d620d76e
Commit
d620d76e
authored
4 years ago
by
Heiko Becker
Browse files
Options
Downloads
Patches
Plain Diff
Update translation files
parent
a90304a5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hol4/binary/checkerBinaryScript.sml
+0
-2
0 additions, 2 deletions
hol4/binary/checkerBinaryScript.sml
hol4/binary/transScript.sml
+10
-6
10 additions, 6 deletions
hol4/binary/transScript.sml
with
10 additions
and
8 deletions
hol4/binary/checkerBinaryScript.sml
+
0
−
2
View file @
d620d76e
...
...
@@ -4,8 +4,6 @@ val _ = new_theory "checkerBinary"
val
checker_compiled
=
save_thm
(
"checker_compiled"
,
compile_x64
1000
(*
stack size in MB *)
1000
(*
heap size in MB *)
"checker"
main_prog_def
);
...
...
This diff is collapsed.
Click to expand it.
hol4/binary/transScript.sml
+
10
−
6
View file @
d620d76e
...
...
@@ -30,7 +30,7 @@ val real_div_side = prove(
val
check_def
=
Define
`
check
(
f
:
real
cmd
)
(
P
:
precond
)
(
A
:
analysisResult
)
Gamma
(
n
:
num
)
=
case
n
of
|
SUC
n'
=>
(
CertificateCheckerCmd
f
A
P
Gamma
/\
check
f
P
A
Gamma
n'
)
|
SUC
n'
=>
(
case
CertificateCheckerCmd
f
A
P
Gamma
of
|
SOME
_
=>
T
|_
=>
F
)
/\
check
f
P
A
Gamma
n'
|
_
=>
T`
val
check_all_def
=
Define
`
...
...
@@ -303,7 +303,9 @@ val precond_validErrorbound_true = prove (``
\\
rveq
\\
fs
[]
\\
first_x_assum
irule
\\
Flover_compute
``validIntervalbounds``
)
\\
qpat_x_assum
`validIntervalbounds
_
_
_
_
`
mp_tac
\\
simp
[
SimpL
“
$==>
”
,
Once
validIntervalbounds_def
]
\\
ntac
2
(
TOP_CASE_TAC
\\
gs
[]))
\\
conj_tac
>-
(
disch_then
(
fn
thm
=>
fs
[
thm
]
\\
ASSUME_TAC
thm
)
\\
conj_tac
...
...
@@ -351,11 +353,13 @@ val precond_validErrorbound_true = prove (``
\\
conj_tac
>-
(
rpt
strip_tac
\\
rveq
\\
Flover_compute
``validIntervalbounds``
\\
first_x_assum
irule
\\
fs
[])
\\
qpat_x_assum
`validIntervalbounds
_
_
_
_
`
mp_tac
\\
simp
[
SimpL
“
$==>
”
,
Once
validIntervalbounds_def
]
\\
ntac
2
(
TOP_CASE_TAC
\\
gs
[]))
\\
rpt
strip_tac
\\
rveq
\\
Flover_compute
``validIntervalbounds``
\\
first_x_assum
irule
\\
fs
[]);
\\
qpat_x_assum
`validIntervalbounds
_
_
_
_
`
mp_tac
\\
simp
[
SimpL
“
$==>
”
,
Once
validIntervalbounds_def
]
\\
ntac
2
(
TOP_CASE_TAC
\\
gs
[]));
val
precond_errorbounds_true
=
prove
(
``
!P
f
exprTypes
A
dVars
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment