|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include "cdefs-compat.h"#include <openlibm_complex.h>#include <openlibm_math.h>#include "math_private.h"
Functions | |
| static float | __frexp_expf (float x, int *expt) |
| OLM_DLLEXPORT float | __ldexp_expf (float x, int expt) |
| OLM_DLLEXPORT float complex | __ldexp_cexpf (float complex z, int expt) |
Variables | |
| static const u_int32_t | k = 235 |
| static const float | kln2 = 162.88958740F |
|
static |
References expf(), GET_FLOAT_WORD, k, kln2, and SET_FLOAT_WORD.
Referenced by __ldexp_cexpf(), and __ldexp_expf().
| OLM_DLLEXPORT float complex __ldexp_cexpf | ( | float complex | z, |
| int | expt | ||
| ) |
| OLM_DLLEXPORT float __ldexp_expf | ( | float | x, |
| int | expt | ||
| ) |
References __frexp_expf(), and SET_FLOAT_WORD.
Referenced by __ieee754_coshf(), and __ieee754_sinhf().

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