Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 730 → Rev 731

/uspace/trunk/softfloat/include/sftypes.h
80,6 → 80,9
#define FLOAT32_MANTISA_SIZE 23
#define FLOAT64_MANTISA_SIZE 52
 
#define FLOAT32_HIDDEN_BIT_MASK 0x800000
#define FLOAT64_HIDDEN_BIT_MASK 0x10000000000000l
 
#define FLOAT32_BIAS 0x7F
#define FLOAT64_BIAS 0x3FF
#define FLOAT80_BIAS 0x3FFF