Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
326de583
Commit
326de583
authored
Nov 05, 2020
by
Allan Blanchard
Browse files
Apply suggestion to src/plugins/wp/doc/manual/wp_plugin.tex
parent
2deda6b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/wp/doc/manual/wp_plugin.tex
View file @
326de583
...
...
@@ -411,7 +411,7 @@ to apply the theorems. Such a strategy is \emph{not} complete in general.
Typically,
$
\mathtt
{
land
}
(
x,y
)
<
38
$
is true whenever both
$
x
$
and
$
y
$
are in range
$
0
\ldots
31
$
, but this is also true
in other cases.
\paragraph
{
Bit-Test Range
}
Tighten
B
ounds with respect to bits
\\
\paragraph
{
Bit-Test Range
}
Tighten
b
ounds with respect to bits
\\
The
\lstinline
{
bit
_
test(a,b)
}
function is predefined in
\textsf
{
WP
}
and is equivalent
to the
\textsf
{
ACSL
}
expression
\lstinline
{
(a
&
(1 << k)) != 0
}
. The
\textsf
{
Qed
}
engine has many simplification rules that applies to
...
...
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