Go to the documentation of this file.
32 #ifndef HALF_FLOAT_WORD_HH
33 #define HALF_FLOAT_WORD_HH
43 operator float()
const;
static float convertToFloat(HalfFloatWord value)
const HalfFloatWord & operator=(float value)
HalfFloatWord operator*(const HalfFloatWord &right) const
uint16_t getBinaryRep() const
HalfFloatWord operator/(const HalfFloatWord &right) const
static uint16_t convertFloatToHalfWordRep(float value)
HalfFloatWord operator+(const HalfFloatWord &right) const
HalfFloatWord operator-(const HalfFloatWord &right) const