| FP16_ZERO_C |
float16 |
x"0000" |
Useful constants |
| FP16_NEG_ONE_C |
float16 |
x"bC00" |
|
| FP16_POS_ONE_C |
float16 |
x"3C00" |
|
| FP32_ZERO_C |
float32 |
x"00000000" |
|
| FP32_NEG_ONE_C |
float32 |
x"bf800000" |
|
| FP32_POS_ONE_C |
float32 |
x"3f800000" |
|
| FP64_ZERO_C |
float64 |
x"0000000000000000" |
|
| FP64_NEG_ONE_C |
float64 |
x"bff0000000000000" |
|
| FP64_POS_ONE_C |
float64 |
x"3ff0000000000000" |
|
| FP128_ZERO_C |
float128 |
x"00000000000000000000000000000000" |
|
| FP128_NEG_ONE_C |
float128 |
x"bfff0000000000000000000000000000" |
|
| FP128_POS_ONE_C |
float128 |
x"3fff0000000000000000000000000000" |
|