Skip to content

Commit c440d18

Browse files
author
Dawn Perchik
committed
CWG1636 Bits required for negative enumerator values
1 parent 12935b8 commit c440d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6357,7 +6357,7 @@
63576357
values in the range $b_\text{min}$ to $b_\text{max}$, defined as follows: Let $K$
63586358
be 1 for a two's complement representation and 0 for a ones' complement
63596359
or sign-magnitude representation. $b_\text{max}$ is the smallest value
6360-
greater than or equal to $max(|e_\text{min}| - K, |e_\text{max}|)$ and equal to
6360+
greater than or equal to $max(|e_\text{min}| - K, e_\text{max})$ and equal to
63616361
$2^M-1$, where $M$ is a non-negative integer. $b_\text{min}$ is zero if
63626362
$e_\text{min}$ is non-negative and $-(b_\text{max}+K)$ otherwise. The size of the
63636363
smallest bit-field large enough to hold all the values of the

0 commit comments

Comments
 (0)