![]() |
VR-Vantage 3.0.3 API Documentation
|
support class for float16 More...
Go to the source code of this file.
Classes | |
| class | vrv_float16 |
Typedefs | |
| typedef unsigned short | st_uint16 |
| typedef unsigned int | st_uint32 |
Variables | |
| const unsigned int | HALF_FLOAT_MIN_BIASED_EXP_AS_SINGLE_FP_EXP = 0x38000000 |
| const unsigned int | HALF_FLOAT_MAX_BIASED_EXP_AS_SINGLE_FP_EXP = 0x47800000 |
| const unsigned int | FLOAT_MAX_BIASED_EXP = (0xFF << 23) |
| const unsigned int | HALF_FLOAT_MAX_BIASED_EXP = (0x1F << 10) |
support class for float16
| typedef unsigned short st_uint16 |
| const unsigned int HALF_FLOAT_MIN_BIASED_EXP_AS_SINGLE_FP_EXP = 0x38000000 |
Referenced by vrv_float16::operator float(), and vrv_float16::vrv_float16().
| const unsigned int HALF_FLOAT_MAX_BIASED_EXP_AS_SINGLE_FP_EXP = 0x47800000 |
| const unsigned int FLOAT_MAX_BIASED_EXP = (0xFF << 23) |
Referenced by vrv_float16::operator float(), and vrv_float16::vrv_float16().
| const unsigned int HALF_FLOAT_MAX_BIASED_EXP = (0x1F << 10) |
Referenced by vrv_float16::vrv_float16().