Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
COBOLworx
gcc-cobol
Commits
3e70ce6b
Commit
3e70ce6b
authored
19 years ago
by
Ben Elliston
Browse files
Options
Downloads
Patches
Plain Diff
Missed in checkin. :-(
From-SVN: r107864
parent
909e2256
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gcc/doc/rtl.texi
+21
-0
21 additions, 0 deletions
gcc/doc/rtl.texi
with
21 additions
and
0 deletions
gcc/doc/rtl.texi
+
21
−
0
View file @
3e70ce6b
...
@@ -1081,6 +1081,22 @@ number. This mode only has 80 meaningful bits (ten bytes). Some
...
@@ -1081,6 +1081,22 @@ number. This mode only has 80 meaningful bits (ten bytes). Some
processors require such numbers to be padded to twelve bytes, others
processors require such numbers to be padded to twelve bytes, others
to sixteen; this mode is used for either.
to sixteen; this mode is used for either.
@findex SDmode
@item SDmode
``Single Decimal Floating'' mode represents a four byte decimal
floating point number (as distinct from conventional binary floating
point).
@findex DDmode
@item DDmode
``Double Decimal Floating'' mode represents an eight byte decimal
floating point number.
@findex TDmode
@item TDmode
``Tetra Decimal Floating'' mode represents a sixteen byte decimal
floating point number all 128 of whose bits are meaningful.
@findex TFmode
@findex TFmode
@item TFmode
@item TFmode
``Tetra Floating'' mode represents a sixteen byte floating point number
``Tetra Floating'' mode represents a sixteen byte floating point number
...
@@ -1173,6 +1189,11 @@ Floating point modes. By default these are @code{QFmode},
...
@@ -1173,6 +1189,11 @@ Floating point modes. By default these are @code{QFmode},
@code{HFmode}, @code{TQFmode}, @code{SFmode}, @code{DFmode},
@code{HFmode}, @code{TQFmode}, @code{SFmode}, @code{DFmode},
@code{XFmode} and @code{TFmode}.
@code{XFmode} and @code{TFmode}.
@findex MODE_DECIMAL_FLOAT
@item MODE_DECIMAL_FLOAT
Decimal floating point modes. By default these are @code{SDmode},
@code{DDmode} and @code{TDmode}.
@findex MODE_COMPLEX_INT
@findex MODE_COMPLEX_INT
@item MODE_COMPLEX_INT
@item MODE_COMPLEX_INT
Complex integer modes. (These are not currently implemented).
Complex integer modes. (These are not currently implemented).
...
...
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