|
SpeedCrunch
0.11
|

Go to the source code of this file.
Defines | |
| #define | MAXDIGITS 250 |
| #define | DECPRECISION 78 |
| #define | LOGICRANGE 256 |
| #define | MATHPRECISION 100 |
| #define | MAXBITS_IN_EXP (sizeof(int)*8-2) |
| #define | MAXEXP ((1 << MAXBITS_IN_EXP) - 1) |
| #define | BITS_IN_HEXEXP BITS_IN_EXP |
| #define | BITS_IN_OCTEXP (BITS_IN_EXP + 1) |
| #define | BITS_IN_BINEXP (BITS_IN_EXP + 2) |
| #define | EXPMIN (-EXPMAX - 1) |
| #define | EXPZERO ((int)((-1) << (sizeof(int)*8-1))) |
| #define | EXPNAN ((int)(~EXPZERO)) |
| #define | BINPRECISION ((33219*DECPRECISION)/10000 + 1) |
| #define | OCTPRECISION ((11073*DECPRECISION)/10000 + 1) |
| #define | HEXPRECISION ((8305*DECPRECISION)/10000 + 1) |
| #define BINPRECISION ((33219*DECPRECISION)/10000 + 1) |
| #define BITS_IN_BINEXP (BITS_IN_EXP + 2) |
| #define BITS_IN_HEXEXP BITS_IN_EXP |
| #define BITS_IN_OCTEXP (BITS_IN_EXP + 1) |
| #define DECPRECISION 78 |
| #define EXPMIN (-EXPMAX - 1) |
| #define EXPZERO ((int)((-1) << (sizeof(int)*8-1))) |
| #define HEXPRECISION ((8305*DECPRECISION)/10000 + 1) |
| #define LOGICRANGE 256 |
| #define MATHPRECISION 100 |
| #define MAXBITS_IN_EXP (sizeof(int)*8-2) |
| #define MAXDIGITS 250 |
| #define MAXEXP ((1 << MAXBITS_IN_EXP) - 1) |
| #define OCTPRECISION ((11073*DECPRECISION)/10000 + 1) |
1.7.6.1