SDL
2.0
|
Go to the source code of this file.
Functions | |
double | scalbln (double x, long n) |
libm_hidden_def (scalbln) | |
Variables | |
static const double | two54 = 1.80143985094819840000e+16 |
static const double | twom54 = 5.55111512312578270212e-17 |
static const double | huge = 1.0e+300 |
static const double | tiny = 1.0e-300 |
libm_hidden_def | ( | scalbln | ) |
double scalbln | ( | double | x, |
long | n | ||
) |
Definition at line 33 of file s_scalbn.c.
References copysign(), EXTRACT_WORDS, GET_HIGH_WORD, huge, k, SET_HIGH_WORD, tiny, two54, and twom54.
Referenced by libm_hidden_def().
|
static |
Definition at line 30 of file s_scalbn.c.
Referenced by scalbln().
|
static |
Definition at line 31 of file s_scalbn.c.
Referenced by scalbln().
|
static |
Definition at line 28 of file s_scalbn.c.
Referenced by scalbln().
|
static |
Definition at line 29 of file s_scalbn.c.
Referenced by scalbln().