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
c783206e
Commit
c783206e
authored
Jan 20, 2009
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved verbatim files into src.
parent
dff53855
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
23 deletions
+27
-23
Makefile.am
Makefile.am
+2
-20
configure.ac
configure.ac
+1
-1
src/Flocq_Raux.v
src/Flocq_Raux.v
+0
-0
src/Flocq_defs.v
src/Flocq_defs.v
+0
-0
src/Flocq_rnd_ex.v
src/Flocq_rnd_ex.v
+4
-2
src/Makefile.am
src/Makefile.am
+20
-0
No files found.
Makefile.am
View file @
c783206e
FILES
=
\
Flocq_Raux.v
\
Flocq_defs.v
\
Flocq_rnd_ex.v
data_DATA
=
$(FILES:=o)
EXTRA_DIST
=
autogen.sh
$(FILES)
CLEANFILES
=
$(FILES:=o)
$(FILES:=d)
datadir
=
$(libdir)
%.vo
:
%.v
@
echo
COQC
$<
@
$(COQC)
$(COQRFLAG)
$<
%.vd
:
%.v
@
echo
COQDEP
$<
@
$(COQDEP)
$<
|
sed
-e
's,\($*\)\.vo[ :]*,\1.vo $@ : ,g'
>
$@
include
$(FILES:=d)
SUBDIRS
=
src
EXTRA_DIST
=
autogen.sh
configure.ac
View file @
c783206e
...
...
@@ -28,5 +28,5 @@ AC_SUBST(COQRFLAG, ['-R . Flocq'])
AC_ARG_ENABLE([prefix], AS_HELP_STRING([--disable-prefix], [do not compile files into a Flocq module]),
[if test "$enable_prefix" = "no"; then COQRFLAG= ; fi], [])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([Makefile
src/Makefile
])
AC_OUTPUT
Flocq_Raux.v
→
src/
Flocq_Raux.v
View file @
c783206e
File moved
Flocq_defs.v
→
src/
Flocq_defs.v
View file @
c783206e
File moved
Flocq_rnd_ex.v
→
src/
Flocq_rnd_ex.v
View file @
c783206e
...
...
@@ -230,6 +230,7 @@ now apply H2.
now
apply
Ropp_le_contravar
.
Qed
.
(
*
Theorem
satisfies_any_imp_ZR
:
forall
(
F
:
R
->
Prop
),
satisfies_any
F
->
exists
rnd
:
R
->
R
,
Rnd_ZR
R_whole
F
rnd
.
...
...
@@ -241,7 +242,7 @@ exists (fun x => match Rle_dec 0 x with
split
;
intros
x
(
_
,
Hx
).
(
*
rnd
DN
*
)
destruct
(
Rle_dec
0
x
)
as
[
_
|
H
'
].
apply
H3
.
now
apply
H3
.
elim
(
H
'
Hx
).
(
*
rnd
UP
*
)
destruct
(
Rle_dec
0
x
)
as
[
H
'
|
H
'
].
...
...
@@ -757,5 +758,6 @@ intros.
apply
Rnd_DN_is_rounding
.
eapply
FIX_format_satisfies_DN_UP
.
Qed
.
*
)
End
RND
.
\ No newline at end of file
End
RND_ex
.
\ No newline at end of file
src/Makefile.am
0 → 100644
View file @
c783206e
FILES
=
\
Flocq_Raux.v
\
Flocq_defs.v
\
Flocq_rnd_ex.v
data_DATA
=
$(FILES:=o)
EXTRA_DIST
=
$(FILES)
CLEANFILES
=
$(FILES:=o)
$(FILES:=d)
datadir
=
$(libdir)
%.vo
:
%.v
@
echo
COQC
$<
@
$(COQC)
$(COQRFLAG)
$<
%.vd
:
%.v
@
echo
COQDEP
$<
@
$(COQDEP)
$<
>
$@
-include
$(FILES:=d)
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