HalfFloat
- dig
enum dig;
- mant_dig
enum mant_dig;
- max_10_exp
enum max_10_exp;
- max_exp
enum max_exp;
- min_10_exp
enum min_10_exp;
- min_exp
enum min_exp;
- epsilon
HalfFloat epsilon()
- infinity
HalfFloat infinity()
- max
HalfFloat max()
- min_normal
HalfFloat min_normal()
- nan
HalfFloat nan()
std halffloat
structstemplates
The half precision floating point type.
The only operations are:
It operates in an analogous manner to shorts, which are converted to ints before performing any operations, and explicitly cast back to shorts. The half float is considered essentially a storage type, not a computation type.