Include dependency graph for e_log10.c:

Go to the source code of this file.
Functions | |
| double | __ieee754_log10 (double x) |
Variables | |
| static double | two54 = 1.80143985094819840000e+16 |
| static double | ivln10 = 4.34294481903251816668e-01 |
| static double | log10_2hi = 3.01029995663611771306e-01 |
| static double | log10_2lo = 3.69423907715893078616e-13 |
| static double | zero = 0.0 |
| double __ieee754_log10 | ( | double | x | ) |
Definition at line 72 of file e_log10.c.
References __ieee754_log(), EXTRACT_WORDS, GET_HIGH_WORD, ivln10, log10_2hi, log10_2lo, SET_HIGH_WORD, two54, and zero.
Referenced by log10().
Here is the call graph for this function:

double ivln10 = 4.34294481903251816668e-01 [static] |
double log10_2hi = 3.01029995663611771306e-01 [static] |
double log10_2lo = 3.69423907715893078616e-13 [static] |
1.4.7