|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <sys/types.h>#include <machine/ieee.h>#include <float.h>#include <openlibm_math.h>#include <stdint.h>#include "math_private.h"
Macros | |
| #define | MANH_SIZE (EXT_FRACHBITS + EXT_FRACHMBITS) |
Functions | |
| long double | truncl (long double x) |
Variables | |
| static const long double | huge = 1.0e300 |
| static const float | zero [] = { 0.0, -0.0 } |
| #define MANH_SIZE (EXT_FRACHBITS + EXT_FRACHMBITS) |
| long double truncl | ( | long double | x | ) |
References IEEEl2bits::e, GET_LDOUBLE_WORDS64, huge, LDBL_MANT_DIG, LDBL_MAX_EXP, MANH_SIZE, SET_LDOUBLE_WORDS64, and zero.
|
static |
Referenced by truncl().
|
static |
Referenced by truncl().
1.8.15