Go to the source code of this file.
|
| 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 |
| |
◆ __ieee754_log10()
Definition at line 61 of file e_log10.c.
70 if (hx < 0x00100000) {
71 if (((hx&0x7fffffff)|lx)==0)
73 if (hx<0)
return (
x-
x)/
zero;
77 if (hx >= 0x7ff00000)
return x+
x;
80 hx = (hx&0x000fffff)|((0x3ff-
i)<<20);
GLint GLint GLint GLint GLint GLint y
GLint GLint GLint GLint GLint x
return Display return Display Bool Bool int int int return Display XEvent Bool(*) XPointer return Display return Display Drawable _Xconst char unsigned int unsigned int return Display Pixmap Pixmap XColor XColor unsigned int unsigned int return Display _Xconst char char int char return Display Visual unsigned int int int char unsigned int unsigned int in i)
return Display return Display Bool Bool int int int return Display XEvent Bool(*) XPointer return Display return Display Drawable _Xconst char unsigned int unsigned int return Display Pixmap Pixmap XColor XColor unsigned int unsigned int return Display _Xconst char char int char return Display Visual unsigned int int int char unsigned int unsigned int int int return Display Window Cursor return Display Window return Display Drawable GC int int unsigned int unsigned int return Display Drawable GC int int _Xconst char int return Display Drawable GC int int unsigned int unsigned int return Display return Display Cursor return Display GC return XModifierKeymap return char Display Window int return Display return Display int int int return Display long XVisualInfo int return Display Window Atom long long Bool Atom Atom int unsigned long unsigned long k)
static const double two54
static const double log10_2lo
static const double ivln10
static const double log10_2hi
#define SET_HIGH_WORD(d, v)
#define EXTRACT_WORDS(ix0, ix1, d)
#define GET_HIGH_WORD(i, d)
References __ieee754_log, EXTRACT_WORDS, GET_HIGH_WORD, i, ivln10, k, log10_2hi, log10_2lo, SET_HIGH_WORD, two54, and zero.
◆ ivln10
| const double ivln10 = 4.34294481903251816668e-01 |
|
static |
◆ log10_2hi
| const double log10_2hi = 3.01029995663611771306e-01 |
|
static |
◆ log10_2lo
| const double log10_2lo = 3.69423907715893078616e-13 |
|
static |
◆ two54
| const double two54 = 1.80143985094819840000e+16 |
|
static |
◆ zero