![]() |
VR-Forces 5.0.2 Developer's Guide
|
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
Referenced by vrv_float16::operator float(), and vrv_float16::vrv_float16().
Referenced by vrv_float16::vrv_float16().
Referenced by vrv_float16::operator float(), and vrv_float16::vrv_float16().
Referenced by vrv_float16::operator float(), and vrv_float16::vrv_float16().