|
Embedded Artistry Framework
Embedded Systems C++ Framework
|

Macros | |
| #define | TBLBITS 8 |
| #define | TBLSIZE (1 << TBLBITS) |
Functions | |
| OLM_DLLEXPORT double | exp2 (double x) |
Variables | |
| static const double | huge = 0x1p1000 |
| static const double | redux = 0x1.8p52 / TBLSIZE |
| static const double | P1 = 0x1.62e42fefa39efp-1 |
| static const double | P2 = 0x1.ebfbdff82c575p-3 |
| static const double | P3 = 0x1.c6b08d704a0a6p-5 |
| static const double | P4 = 0x1.3b2ab88f70400p-7 |
| static const double | P5 = 0x1.5d88003875c74p-10 |
| static volatile double | twom1000 = 0x1p-1000 |
| static const double | tbl [TBLSIZE *2] |
| #define TBLBITS 8 |
| #define TBLSIZE (1 << TBLBITS) |
| OLM_DLLEXPORT double exp2 | ( | double | x | ) |
References GET_HIGH_WORD, GET_LOW_WORD, huge, INSERT_WORDS, k, P1, P2, P3, P4, P5, r, redux, STRICT_ASSIGN, t, tbl, TBLBITS, TBLSIZE, twom1000, and z.
Referenced by _etoa(), exp2_test(), and exp2l().

|
static |
Referenced by exp2().
|
static |
Referenced by exp2().
|
static |
Referenced by exp2().
|
static |
Referenced by exp2().
|
static |
Referenced by exp2().
|
static |
Referenced by exp2().
|
static |
Referenced by exp2().
|
static |
Referenced by exp2().
1.8.15