Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 731 → Rev 732

/uspace/trunk/softfloat/include/sftypes.h
81,8 → 81,11
#define FLOAT64_MANTISA_SIZE 52
 
#define FLOAT32_HIDDEN_BIT_MASK 0x800000
#define FLOAT64_HIDDEN_BIT_MASK 0x10000000000000l
#define FLOAT64_HIDDEN_BIT_MASK 0x10000000000000ll
 
#define FLOAT32_MAX_EXPONENT 0xFF
#define FLOAT64_MAX_EXPONENT 0x8FF
 
#define FLOAT32_BIAS 0x7F
#define FLOAT64_BIAS 0x3FF
#define FLOAT80_BIAS 0x3FFF