|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include "cdefs-compat.h"#include <float.h>#include <openlibm_fenv.h>#include <openlibm_math.h>#include "fpmath.h"#include "math_private.h"
Macros | |
| #define | BIAS (LDBL_MAX_EXP - 1) |
| #define | DECL(type, fn, rint) |
Functions | |
| OLM_DLLEXPORT long double | rintl (long double x) |
Variables | |
| static const float | shift [2] |
| static const float | zero [2] = { 0.0, -0.0 } |
| #define BIAS (LDBL_MAX_EXP - 1) |
| OLM_DLLEXPORT long double rintl | ( | long double | x | ) |
References BIAS, LDBL_MANT_DIG, LDBL_MAX_EXP, shift, u, and zero.
Referenced by tgammal().

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