Skip to content

Commit 4732b47

Browse files
[basic.extended.fp] Use "declared" for typedef-names
1 parent 3a2586c commit 4732b47

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/basic.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5199,7 +5199,7 @@
51995199
whose properties are specified by
52005200
the ISO/IEC/IEEE 60559 floating-point interchange format binary16,
52015201
then the \grammarterm{typedef-name} \tcode{std::float16_t}
5202-
is defined in the header \libheaderref{stdfloat} and names such a type,
5202+
is declared in the header \libheaderref{stdfloat} and names such a type,
52035203
the macro \mname{STDCPP_FLOAT16_T} is defined\iref{cpp.predefined}, and
52045204
the floating-point literal suffixes \tcode{f16} and \tcode{F16}
52055205
are supported\iref{lex.fcon}.
@@ -5209,7 +5209,7 @@
52095209
whose properties are specified by
52105210
the ISO/IEC/IEEE 60559 floating-point interchange format binary32,
52115211
then the \grammarterm{typedef-name} \tcode{std::float32_t}
5212-
is defined in the header \libheader{stdfloat} and names such a type,
5212+
is declared in the header \libheader{stdfloat} and names such a type,
52135213
the macro \mname{STDCPP_FLOAT32_T} is defined, and
52145214
the floating-point literal suffixes \tcode{f32} and \tcode{F32} are supported.
52155215

@@ -5218,7 +5218,7 @@
52185218
whose properties are specified by
52195219
the ISO/IEC/IEEE 60559 floating-point interchange format binary64,
52205220
then the \grammarterm{typedef-name} \tcode{std::float64_t}
5221-
is defined in the header \libheader{stdfloat} and names such a type,
5221+
is declared in the header \libheader{stdfloat} and names such a type,
52225222
the macro \mname{STDCPP_FLOAT64_T} is defined, and
52235223
the floating-point literal suffixes \tcode{f64} and \tcode{F64} are supported.
52245224

@@ -5227,7 +5227,7 @@
52275227
whose properties are specified by
52285228
the ISO/IEC/IEEE 60559 floating-point interchange format binary128,
52295229
then the \grammarterm{typedef-name} \tcode{std::float128_t}
5230-
is defined in the header \libheader{stdfloat} and names such a type,
5230+
is declared in the header \libheader{stdfloat} and names such a type,
52315231
the macro \mname{STDCPP_FLOAT128_T} is defined, and
52325232
the floating-point literal suffixes \tcode{f128} and \tcode{F128} are supported.
52335233

@@ -5240,7 +5240,7 @@
52405240
maximum exponent ($emax$) of 127, and
52415241
exponent field width in bits ($w$) of 8, then
52425242
the \grammarterm{typedef-name} \tcode{std::bfloat16_t}
5243-
is defined in the header \libheader{stdfloat} and names such a type,
5243+
is declared in the header \libheader{stdfloat} and names such a type,
52445244
the macro \mname{STDCPP_BFLOAT16_T} is defined, and
52455245
the floating-point literal suffixes \tcode{bf16} and \tcode{BF16} are supported.
52465246

@@ -5270,7 +5270,7 @@
52705270
\recommended
52715271
Any names that the implementation provides for
52725272
the extended floating-point types described in this subsection
5273-
that are in addition to the names defined in the \libheader{stdfloat} header
5273+
that are in addition to the names declared in the \libheader{stdfloat} header
52745274
should be chosen to increase compatibility and interoperability
52755275
with the interchange types
52765276
\tcode{_Float16}, \tcode{_Float32}, \tcode{_Float64}, and \tcode{_Float128}

0 commit comments

Comments
 (0)