|
Embedded Artistry Framework
Embedded Systems C++ Framework
|

Macros | |
| #define | TBLBITS 4 |
| #define | TBLSIZE (1 << TBLBITS) |
Functions | |
| OLM_DLLEXPORT float | exp2f (float x) |
Variables | |
| static const float | huge = 0x1p100f |
| static const float | redux = 0x1.8p23f / TBLSIZE |
| static const float | P1 = 0x1.62e430p-1f |
| static const float | P2 = 0x1.ebfbe0p-3f |
| static const float | P3 = 0x1.c6b348p-5f |
| static const float | P4 = 0x1.3b2c9cp-7f |
| static volatile float | twom100 = 0x1p-100f |
| static const double | exp2ft [TBLSIZE] |
| #define TBLBITS 4 |
| #define TBLSIZE (1 << TBLBITS) |
| OLM_DLLEXPORT float exp2f | ( | float | x | ) |
|
static |
Referenced by exp2f().
|
static |
Referenced by exp2f().
|
static |
Referenced by exp2f().
|
static |
Referenced by exp2f().
|
static |
Referenced by exp2f().
|
static |
Referenced by exp2f().
|
static |
Referenced by exp2f().
|
static |
Referenced by exp2f().
1.8.15