|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.10, 2011/03/21 04:52:09 | version 1.11, 2011/03/21 22:33:29 | ||
|---|---|---|---|
|
|
||
| #define Exp_mask 0x7f80 | #define Exp_mask 0x7f80 | ||
| #define P 56 | #define P 56 | ||
| #define Bias 129 | #define Bias 129 | ||
| #define Emin (-127) /* XXX: Check this */ | |||
| #define Exp_1 0x40800000 | #define Exp_1 0x40800000 | ||
| #define Exp_11 0x4080 | #define Exp_11 0x4080 | ||
| #define Ebits 8 | #define Ebits 8 |