|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include "cdefs-compat.h"#include <float.h>#include <openlibm_math.h>#include "fpmath.h"#include "math_private.h"
Functions | |
| OLM_DLLEXPORT long double | scalbnl (long double x, int n) |
| __strong_reference (scalbnl, ldexpl) | |
Variables | |
| static const long double | huge = 0x1p16000L |
| static const long double | tiny = 0x1p-16000L |
| OLM_DLLEXPORT long double scalbnl | ( | long double | x, |
| int | n | ||
| ) |
References copysign(), copysignl(), huge, k, n, p, tiny, and u.
Referenced by powl().

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