Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 687 → Rev 688

/uspace/trunk/softfloat/include/sftypes.h
78,7 → 78,9
#define FLOAT32_SIGNAN 0x7FC00000
#define FLOAT32_INF 0x7F800000
 
#define FLOAT32_BIAS 0xF7
#define FLOAT32_MANTISA_SIZE 23
 
#define FLOAT32_BIAS 0x7F
#define FLOAT64_BIAS 0x3FF
#define FLOAT80_BIAS 0x3FFF