Mantid
|
Vax single precision floating point. More...
Public Attributes | |
unsigned int | exp: 8 |
Exponential. More... | |
unsigned int | mantissa1: 7 |
mantissa 1 More... | |
unsigned int | mantissa2: 16 |
mantissa 2 More... | |
unsigned int | sign: 1 |
sign More... | |
Vax single precision floating point.
Definition at line 171 of file vms_convert.cpp.
unsigned int vax_single::exp |
Exponential.
Definition at line 173 of file vms_convert.cpp.
Referenced by ieee_to_vax_float(), and vax_to_ieee_float().
unsigned int vax_single::mantissa1 |
mantissa 1
Definition at line 172 of file vms_convert.cpp.
Referenced by ieee_to_vax_float(), and vax_to_ieee_float().
unsigned int vax_single::mantissa2 |
mantissa 2
Definition at line 175 of file vms_convert.cpp.
Referenced by ieee_to_vax_float(), and vax_to_ieee_float().
unsigned int vax_single::sign |
sign
Definition at line 174 of file vms_convert.cpp.
Referenced by ieee_to_vax_float(), and vax_to_ieee_float().