tmp/tmp0_6q45ry/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
**Table: Properties of named extended floating-point types** <a id="basic.extended.fp">[basic.extended.fp]</a>
|
| 2 |
|
| 3 |
| Parameter | `float16_t` | `float32_t` | `float64_t` | `float128_t` | `bfloat16_t` |
|
| 4 |
| --------------------------------- | ----------- | ----------- | ----------- | ------------ | ------------ |
|
| 5 |
-
| ISO/IEC
|
| 6 |
| $k$, storage width in bits | 16 | 32 | 64 | 128 | 16 |
|
| 7 |
| $p$, precision in bits | 11 | 24 | 53 | 113 | 8 |
|
| 8 |
| $emax$, maximum exponent | 15 | 127 | 1023 | 16383 | 127 |
|
| 9 |
| $w$, exponent field width in bits | 5 | 8 | 11 | 15 | 8 |
|
| 10 |
|
|
|
|
| 1 |
**Table: Properties of named extended floating-point types** <a id="basic.extended.fp">[basic.extended.fp]</a>
|
| 2 |
|
| 3 |
| Parameter | `float16_t` | `float32_t` | `float64_t` | `float128_t` | `bfloat16_t` |
|
| 4 |
| --------------------------------- | ----------- | ----------- | ----------- | ------------ | ------------ |
|
| 5 |
+
| ISO/IEC 60559 name | binary16 | binary32 | binary64 | binary128 | |
|
| 6 |
| $k$, storage width in bits | 16 | 32 | 64 | 128 | 16 |
|
| 7 |
| $p$, precision in bits | 11 | 24 | 53 | 113 | 8 |
|
| 8 |
| $emax$, maximum exponent | 15 | 127 | 1023 | 16383 | 127 |
|
| 9 |
| $w$, exponent field width in bits | 5 | 8 | 11 | 15 | 8 |
|
| 10 |
|