SDL
2.0
|
Go to the source code of this file.
Functions | |
double attribute_hidden | __ieee754_log10 (double x) |
Variables | |
static const double | two54 = 1.80143985094819840000e+16 |
static const double | ivln10 = 4.34294481903251816668e-01 |
static const double | log10_2hi = 3.01029995663611771306e-01 |
static const double | log10_2lo = 3.69423907715893078616e-13 |
static const double | zero = 0.0 |
double attribute_hidden __ieee754_log10 | ( | double | x | ) |
Definition at line 61 of file e_log10.c.
References __ieee754_log, EXTRACT_WORDS, GET_HIGH_WORD, i, ivln10, k, log10_2hi, log10_2lo, SET_HIGH_WORD, two54, and zero.
|
static |
Definition at line 55 of file e_log10.c.
Referenced by __ieee754_log10().
|
static |
Definition at line 56 of file e_log10.c.
Referenced by __ieee754_log10().
|
static |
Definition at line 57 of file e_log10.c.
Referenced by __ieee754_log10().
|
static |
Definition at line 54 of file e_log10.c.
Referenced by __ieee754_log10().
|
static |
Definition at line 59 of file e_log10.c.
Referenced by __ieee754_log10().