Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
e2069731
Commit
e2069731
authored
1 year ago
by
Andre Maroneze
Committed by
David Bühler
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[doc] fix typos + rewording
parent
3b7f4f7a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/eva/main.tex
+3
-3
3 additions, 3 deletions
doc/eva/main.tex
with
3 additions
and
3 deletions
doc/eva/main.tex
+
3
−
3
View file @
e2069731
...
...
@@ -4202,9 +4202,9 @@ to apply up to $N$ subdivisions when evaluating the following statement,
regardless of option
\verb
|
-eva-subdivide-non-linear
|
.
Finally,
\Eva
is also able to subdivide the evaluation of an expression
according to the values of
f
an arbitrary number of lvalues;
according to the values of an arbitrary number of lvalues;
thus, this subdivision mechanism can also improve the precision on expressions
non-linear on several lvalues, such as
\lstinline
|x*x - 2*x*y + y*y|.
that are
non-linear on several lvalues, such as
\lstinline
|x*x - 2*x*y + y*y|.
\section
{
Analysis domains
}
\label
{
sec:eva
}
...
...
@@ -5503,7 +5503,7 @@ the \verb|-no-autoload-plugins| parameter).
\texttt
{
//@ widen
\_
hints <v>, <N>;
}
&
Use constant
\texttt
{
<N>
}
as a possible threshold for the widening
of variable
\texttt
{
<v>
}
.
&
\ref
{
subsub:widen-hints
}
\tabularnewline
\midrule
\texttt
{
//@ subdivide <N>;
}
&
Subdivide
s
up to
\texttt
{
<N>
}
times the evaluation of non-linear expressions
\texttt
{
//@ subdivide <N>;
}
&
Subdivide up to
\texttt
{
<N>
}
times the evaluation of non-linear expressions
in the next statement.
&
\ref
{
subdividing-evaluation
}
\tabularnewline
\midrule
\texttt
{
//@ eva
\_
allocate <s>;
}
&
Select a strategy to model dynamic allocation at the next statement.
&
\ref
{
malloc
}
\tabularnewline
...
...
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