Skip to content

Commit 83530f5

Browse files
frederick-vs-jatkoeppe
authored andcommitted
[basic.extended.fp] Use "declared" for typedef-names
1 parent 5be40a6 commit 83530f5

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
@@ -5337,7 +5337,7 @@
53375337
whose properties are specified by
53385338
the \IsoFloatUndated{} floating-point interchange format binary16,
53395339
then the \grammarterm{typedef-name} \tcode{std::float16_t}
5340-
is defined in the header \libheaderref{stdfloat} and names such a type,
5340+
is declared in the header \libheaderref{stdfloat} and names such a type,
53415341
the macro \mname{STDCPP_FLOAT16_T} is defined\iref{cpp.predefined}, and
53425342
the floating-point literal suffixes \tcode{f16} and \tcode{F16}
53435343
are supported\iref{lex.fcon}.
@@ -5347,7 +5347,7 @@
53475347
whose properties are specified by
53485348
the \IsoFloatUndated{} floating-point interchange format binary32,
53495349
then the \grammarterm{typedef-name} \tcode{std::float32_t}
5350-
is defined in the header \libheader{stdfloat} and names such a type,
5350+
is declared in the header \libheader{stdfloat} and names such a type,
53515351
the macro \mname{STDCPP_FLOAT32_T} is defined, and
53525352
the floating-point literal suffixes \tcode{f32} and \tcode{F32} are supported.
53535353

@@ -5356,7 +5356,7 @@
53565356
whose properties are specified by
53575357
the \IsoFloatUndated{} floating-point interchange format binary64,
53585358
then the \grammarterm{typedef-name} \tcode{std::float64_t}
5359-
is defined in the header \libheader{stdfloat} and names such a type,
5359+
is declared in the header \libheader{stdfloat} and names such a type,
53605360
the macro \mname{STDCPP_FLOAT64_T} is defined, and
53615361
the floating-point literal suffixes \tcode{f64} and \tcode{F64} are supported.
53625362

@@ -5365,7 +5365,7 @@
53655365
whose properties are specified by
53665366
the \IsoFloatUndated{} floating-point interchange format binary128,
53675367
then the \grammarterm{typedef-name} \tcode{std::float128_t}
5368-
is defined in the header \libheader{stdfloat} and names such a type,
5368+
is declared in the header \libheader{stdfloat} and names such a type,
53695369
the macro \mname{STDCPP_FLOAT128_T} is defined, and
53705370
the floating-point literal suffixes \tcode{f128} and \tcode{F128} are supported.
53715371

@@ -5378,7 +5378,7 @@
53785378
maximum exponent ($emax$) of 127, and
53795379
exponent field width in bits ($w$) of 8, then
53805380
the \grammarterm{typedef-name} \tcode{std::bfloat16_t}
5381-
is defined in the header \libheader{stdfloat} and names such a type,
5381+
is declared in the header \libheader{stdfloat} and names such a type,
53825382
the macro \mname{STDCPP_BFLOAT16_T} is defined, and
53835383
the floating-point literal suffixes \tcode{bf16} and \tcode{BF16} are supported.
53845384

@@ -5408,7 +5408,7 @@
54085408
\recommended
54095409
Any names that the implementation provides for
54105410
the extended floating-point types described in this subsection
5411-
that are in addition to the names defined in the \libheader{stdfloat} header
5411+
that are in addition to the names declared in the \libheader{stdfloat} header
54125412
should be chosen to increase compatibility and interoperability
54135413
with the interchange types
54145414
\tcode{_Float16}, \tcode{_Float32}, \tcode{_Float64}, and \tcode{_Float128}

0 commit comments

Comments
 (0)