URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
742 |
jeremybenn |
|
2 |
|
|
xml:id="status.iso.tr24733" xreflabel="Status C++ TR24733">
|
3 |
|
|
|
4 |
|
|
|
5 |
|
|
C++ TR 24733
|
6 |
|
|
|
7 |
|
|
|
8 |
|
|
TR 24733
|
9 |
|
|
|
10 |
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
|
|
|
14 |
|
|
This table is based on the table of contents of
|
15 |
|
|
ISO/IEC TR 24733 Date: 2009-08-28
|
16 |
|
|
Extension for the programming language C++ to support
|
17 |
|
|
decimal floating-point arithmetic
|
18 |
|
|
|
19 |
|
|
|
20 |
|
|
|
21 |
|
|
This page describes the TR 24733 support in mainline GCC SVN, not in any
|
22 |
|
|
particular release.
|
23 |
|
|
|
24 |
|
|
|
25 |
|
|
|
26 |
|
|
|
34 |
|
|
35 |
|
|
C++ TR 24733 Implementation Status
|
36 |
|
|
|
37 |
|
|
|
38 |
|
|
|
39 |
|
|
|
40 |
|
|
|
41 |
|
|
|
42 |
|
|
43 |
|
|
|
|
44 |
|
|
Section
|
45 |
|
|
Description
|
46 |
|
|
Status
|
47 |
|
|
Comments
|
48 |
|
|
|
49 |
|
|
|
|
50 |
|
|
|
51 |
|
|
52 |
|
|
|
|
53 |
|
|
|
54 |
|
|
0
|
55 |
|
|
|
56 |
|
|
|
57 |
|
|
Introduction
|
58 |
|
|
|
59 |
|
|
|
60 |
|
|
|
61 |
|
|
|
|
62 |
|
|
|
63 |
|
|
1
|
64 |
|
|
|
65 |
|
|
|
66 |
|
|
Normative references
|
67 |
|
|
|
68 |
|
|
|
69 |
|
|
|
70 |
|
|
|
|
71 |
|
|
|
72 |
|
|
2
|
73 |
|
|
|
74 |
|
|
|
75 |
|
|
Conventions
|
76 |
|
|
|
77 |
|
|
|
78 |
|
|
|
79 |
|
|
|
|
80 |
|
|
|
81 |
|
|
3
|
82 |
|
|
|
83 |
|
|
|
84 |
|
|
Decimal floating-point types
|
85 |
|
|
|
86 |
|
|
|
87 |
|
|
|
88 |
|
|
|
|
89 |
|
|
3.1
|
90 |
|
|
Characteristics of decimal floating-point types
|
91 |
|
|
|
92 |
|
|
|
93 |
|
|
|
94 |
|
|
|
|
95 |
|
|
3.2
|
96 |
|
|
Decimal Types
|
97 |
|
|
|
98 |
|
|
|
99 |
|
|
|
100 |
|
|
|
|
101 |
|
|
|
102 |
|
|
3.2.1
|
103 |
|
|
Class decimal synopsis
|
104 |
|
|
Partial
|
105 |
|
|
Missing declarations for formatted input/output; non-conforming extension for functions converting to integral type
|
106 |
|
|
|
107 |
|
|
|
|
108 |
|
|
|
109 |
|
|
3.2.2
|
110 |
|
|
Class decimal32
|
111 |
|
|
Partial
|
112 |
|
|
Missing 3.2.2.5 conversion to integral type; conforming extension for conversion from scalar decimal floating-point
|
113 |
|
|
|
114 |
|
|
|
|
115 |
|
|
|
116 |
|
|
3.2.3
|
117 |
|
|
Class decimal64
|
118 |
|
|
Partial
|
119 |
|
|
Missing 3.2.3.5 conversion to integral type; conforming extension for conversion from scalar decimal floating-point
|
120 |
|
|
|
121 |
|
|
|
|
122 |
|
|
|
123 |
|
|
3.2.4
|
124 |
|
|
Class decimal128
|
125 |
|
|
Partial
|
126 |
|
|
Missing 3.2.4.5 conversion to integral type; conforming extension for conversion from scalar decimal floating-point
|
127 |
|
|
|
128 |
|
|
|
|
129 |
|
|
3.2.5
|
130 |
|
|
Initialization from coefficient and exponent
|
131 |
|
|
Y
|
132 |
|
|
|
133 |
|
|
|
134 |
|
|
|
|
135 |
|
|
3.2.6
|
136 |
|
|
Conversion to generic floating-point type
|
137 |
|
|
Y
|
138 |
|
|
|
139 |
|
|
|
140 |
|
|
|
|
141 |
|
|
3.2.7
|
142 |
|
|
Unary arithmetic operators
|
143 |
|
|
Y
|
144 |
|
|
|
145 |
|
|
|
146 |
|
|
|
|
147 |
|
|
3.2.8
|
148 |
|
|
Binary arithmetic operators
|
149 |
|
|
Y
|
150 |
|
|
|
151 |
|
|
|
152 |
|
|
|
|
153 |
|
|
3.2.9
|
154 |
|
|
Comparison operators
|
155 |
|
|
Y
|
156 |
|
|
|
157 |
|
|
|
158 |
|
|
|
|
159 |
|
|
|
160 |
|
|
3.2.10
|
161 |
|
|
Formatted input
|
162 |
|
|
N
|
163 |
|
|
|
164 |
|
|
|
165 |
|
|
|
|
166 |
|
|
|
167 |
|
|
3.2.11
|
168 |
|
|
Formatted output
|
169 |
|
|
N
|
170 |
|
|
|
171 |
|
|
|
172 |
|
|
|
|
173 |
|
|
|
174 |
|
|
3.3
|
175 |
|
|
Additions to header limits
|
176 |
|
|
N
|
177 |
|
|
|
178 |
|
|
|
179 |
|
|
|
|
180 |
|
|
3.4
|
181 |
|
|
Headers cfloat and float.h
|
182 |
|
|
|
183 |
|
|
|
184 |
|
|
|
185 |
|
|
|
|
186 |
|
|
3.4.2
|
187 |
|
|
Additions to header cfloat synopsis
|
188 |
|
|
Y
|
189 |
|
|
|
190 |
|
|
|
191 |
|
|
|
|
192 |
|
|
|
193 |
|
|
3.4.3
|
194 |
|
|
Additions to header float.h synopsis
|
195 |
|
|
N
|
196 |
|
|
|
197 |
|
|
|
198 |
|
|
|
|
199 |
|
|
3.4.4
|
200 |
|
|
Maximum finite value
|
201 |
|
|
Y
|
202 |
|
|
|
203 |
|
|
|
204 |
|
|
|
|
205 |
|
|
3.4.5
|
206 |
|
|
Epsilon
|
207 |
|
|
Y
|
208 |
|
|
|
209 |
|
|
|
210 |
|
|
|
|
211 |
|
|
3.4.6
|
212 |
|
|
Minimum positive normal value
|
213 |
|
|
Y
|
214 |
|
|
|
215 |
|
|
|
216 |
|
|
|
|
217 |
|
|
3.4.7
|
218 |
|
|
Minimum positive subnormal value
|
219 |
|
|
Y
|
220 |
|
|
|
221 |
|
|
|
222 |
|
|
|
|
223 |
|
|
3.4.8
|
224 |
|
|
Evaluation format
|
225 |
|
|
Y
|
226 |
|
|
|
227 |
|
|
|
228 |
|
|
|
|
229 |
|
|
|
230 |
|
|
3.5
|
231 |
|
|
Additions to cfenv and fenv.h
|
232 |
|
|
Outside the scope of GCC
|
233 |
|
|
|
234 |
|
|
|
235 |
|
|
|
|
236 |
|
|
|
237 |
|
|
3.6
|
238 |
|
|
Additions to cmath and math.h
|
239 |
|
|
Outside the scope of GCC
|
240 |
|
|
|
241 |
|
|
|
242 |
|
|
|
|
243 |
|
|
|
244 |
|
|
3.7
|
245 |
|
|
Additions to cstdio and stdio.h
|
246 |
|
|
Outside the scope of GCC
|
247 |
|
|
|
248 |
|
|
|
249 |
|
|
|
|
250 |
|
|
|
251 |
|
|
3.8
|
252 |
|
|
Additions to cstdlib and stdlib.h
|
253 |
|
|
Outside the scope of GCC
|
254 |
|
|
|
255 |
|
|
|
256 |
|
|
|
|
257 |
|
|
|
258 |
|
|
3.9
|
259 |
|
|
Additions to cwchar and wchar.h
|
260 |
|
|
Outside the scope of GCC
|
261 |
|
|
|
262 |
|
|
|
263 |
|
|
|
|
264 |
|
|
|
265 |
|
|
3.10
|
266 |
|
|
Facets
|
267 |
|
|
N
|
268 |
|
|
|
269 |
|
|
|
270 |
|
|
|
|
271 |
|
|
|
272 |
|
|
3.11
|
273 |
|
|
Type traits
|
274 |
|
|
N
|
275 |
|
|
|
276 |
|
|
|
277 |
|
|
|
|
278 |
|
|
|
279 |
|
|
3.12
|
280 |
|
|
Hash functions
|
281 |
|
|
N
|
282 |
|
|
|
283 |
|
|
|
284 |
|
|
|
285 |
|
|
|
|
286 |
|
|
|
287 |
|
|
4
|
288 |
|
|
|
289 |
|
|
|
290 |
|
|
Notes on C compatibility
|
291 |
|
|
|
292 |
|
|
|
293 |
|
|
|
294 |
|
|
|
|
295 |
|
|
|
296 |
|
|
|
|
297 |
|
|
|
298 |
|
|
|
299 |
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.