|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <sys/types.h>#include <float.h>#include <openlibm_math.h>#include <stdint.h>#include "math_private.h"
Macros | |
| #define | BIAS (LDBL_MAX_EXP - 1) |
| #define | LDBL_NBIT 0x80000000 |
| #define | SET_NBIT(hx) (hx) |
| #define | HFRAC_BITS (EXT_FRACHBITS - 1) |
| #define | MANL_SHIFT (EXT_FRACLBITS - 1) |
Functions | |
| long double | fmodl (long double x, long double y) |
Variables | |
| static const long double | one = 1.0 |
| static const long double | Zero [] = {0.0, -0.0,} |
| #define BIAS (LDBL_MAX_EXP - 1) |
| #define HFRAC_BITS (EXT_FRACHBITS - 1) |
| #define LDBL_NBIT 0x80000000 |
| #define MANL_SHIFT (EXT_FRACLBITS - 1) |
| #define SET_NBIT | ( | hx | ) | (hx) |
| long double fmodl | ( | long double | x, |
| long double | y | ||
| ) |
References BIAS, HFRAC_BITS, LDBL_MAX_EXP, LDBL_MIN_EXP, LDBL_NBIT, MANL_SHIFT, n, one, p, SET_NBIT, and Zero.
|
static |
Referenced by fmodl().
|
static |
Referenced by fmodl().
1.8.15