REAL constraint ranges fixed after Corrigendum 1

This commit is contained in:
Lev Walkin 2017-10-13 23:42:06 -07:00
parent b5b524b1d0
commit 290e2c7f46
1 changed files with 4 additions and 4 deletions

View File

@ -16,22 +16,22 @@ DEFINITIONS ::= BEGIN
Indirect-IEEE-binary32 ::= UnconstrainedREAL (WITH COMPONENTS {
mantissa (-16777215..16777215),
base (2), exponent (-323..292)})
base (2), exponent (-149..104)})
-- X.696 (08/2005) #12.2 and #12.3
-- IEEE 754 encoding single precision
IEEE-binary32-w ::= REAL (WITH COMPONENTS {
mantissa (-16777215..16777215),
base (2), exponent (-323..292)})
base (2), exponent (-149..104)})
IEEE-binary32-0w ::= REAL (0 | WITH COMPONENTS {
mantissa (-16777215..16777215),
base (2), exponent (-323..292)})
base (2), exponent (-149..104)})
IEEE-binary32-w0 ::= REAL (WITH COMPONENTS {
mantissa (-16777215..16777215),
base (2), exponent (-323..292)} | 0)
base (2), exponent (-149..104)} | 0)
-- IEEE 754 encoding double precision
IEEE-binary64-w ::= REAL (WITH COMPONENTS {