Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flocq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Flocq
flocq
Commits
6f1742d8
Commit
6f1742d8
authored
May 17, 2010
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed statement to match the new one.
parent
88a7663e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/Calc/Fcalc_round_FIX.v
src/Calc/Fcalc_round_FIX.v
+4
-2
No files found.
src/Calc/Fcalc_round_FIX.v
View file @
6f1742d8
...
...
@@ -23,7 +23,7 @@ Theorem round_FIX_correct :
(
e
<=
emin
)
%
Z
\
/
l
=
loc_Exact
->
let
'
(
m
'
,
e
'
,
l
'
)
:=
round_FIX
(
m
,
e
,
l
)
in
inbetween_float
beta
m
'
e
'
x
l
'
/
\
(
e
'
=
canonic_exponent
beta
(
FIX_exp
emin
)
x
\
/
format
x
).
(
e
'
=
canonic_exponent
beta
(
FIX_exp
emin
)
x
\
/
(
l
=
loc_Exact
/
\
format
x
)
).
Proof
.
intros
x
m
e
l
H1
H2
.
unfold
round_FIX
.
...
...
@@ -47,9 +47,11 @@ destruct H2 as [H2|H2].
left
.
omega
.
right
.
split
.
exact
H2
.
rewrite
H2
in
H1
.
inversion_clear
H1
.
rewrite
H
.
rewrite
H
.
apply
generic_format_canonic_exponent
.
unfold
canonic_exponent
.
omega
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment