|
Embedded Artistry Framework
Embedded Systems C++ Framework
|

Macros | |
| #define | MASK ((u_int32_t)-1) |
| #define | GETFRAC(bits, n) ((bits) & ~(MASK << (n))) |
| #define | HIBITS (LDBL_MANT_DIG - LDBL_MANL_SIZE) |
Functions | |
| OLM_DLLEXPORT long double | modfl (long double x, long double *iptr) |
Variables | |
| static const long double | zero [] = { 0.0L, -0.0L } |
| #define HIBITS (LDBL_MANT_DIG - LDBL_MANL_SIZE) |
| #define MASK ((u_int32_t)-1) |
| OLM_DLLEXPORT long double modfl | ( | long double | x, |
| long double * | iptr | ||
| ) |
References IEEEl2bits::bits, IEEEl2bits::e, GETFRAC, HIBITS, LDBL_MANT_DIG, LDBL_MAX_EXP, and zero.
|
static |
Referenced by modfl().
1.8.15