Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Libraries
asn1c
Commits
290e2c7f
Commit
290e2c7f
authored
Oct 13, 2017
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
REAL constraint ranges fixed after Corrigendum 1
parent
b5b524b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
tests/tests-asn1c-compiler/154-with-REAL-components-OK.asn1
tests/tests-asn1c-compiler/154-with-REAL-components-OK.asn1
+4
-4
No files found.
tests/tests-asn1c-compiler/154-with-REAL-components-OK.asn1
View file @
290e2c7f
...
@@ -16,22 +16,22 @@ DEFINITIONS ::= BEGIN
...
@@ -16,22 +16,22 @@ DEFINITIONS ::= BEGIN
Indirect-IEEE-binary32 ::= UnconstrainedREAL (WITH COMPONENTS {
Indirect-IEEE-binary32 ::= UnconstrainedREAL (WITH COMPONENTS {
mantissa (-16777215..16777215),
mantissa (-16777215..16777215),
base (2), exponent (-
323..292
)})
base (2), exponent (-
149..104
)})
-- X.696 (08/2005) #12.2 and #12.3
-- X.696 (08/2005) #12.2 and #12.3
-- IEEE 754 encoding single precision
-- IEEE 754 encoding single precision
IEEE-binary32-w ::= REAL (WITH COMPONENTS {
IEEE-binary32-w ::= REAL (WITH COMPONENTS {
mantissa (-16777215..16777215),
mantissa (-16777215..16777215),
base (2), exponent (-
323..292
)})
base (2), exponent (-
149..104
)})
IEEE-binary32-0w ::= REAL (0 | WITH COMPONENTS {
IEEE-binary32-0w ::= REAL (0 | WITH COMPONENTS {
mantissa (-16777215..16777215),
mantissa (-16777215..16777215),
base (2), exponent (-
323..292
)})
base (2), exponent (-
149..104
)})
IEEE-binary32-w0 ::= REAL (WITH COMPONENTS {
IEEE-binary32-w0 ::= REAL (WITH COMPONENTS {
mantissa (-16777215..16777215),
mantissa (-16777215..16777215),
base (2), exponent (-
323..292
)} | 0)
base (2), exponent (-
149..104
)} | 0)
-- IEEE 754 encoding double precision
-- IEEE 754 encoding double precision
IEEE-binary64-w ::= REAL (WITH COMPONENTS {
IEEE-binary64-w ::= REAL (WITH COMPONENTS {
...
...
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