14 #pragma warning ( disable : 4723 )
54 two54 = 1.80143985094819840000e+16,
59 static const double zero = 0.0;
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);
91 double log10(
double x)
94 if (_LIB_VERSION == _IEEE_ || isnan(
x))
98 return __kernel_standard(
x,
x, 18);
99 return __kernel_standard(
x,
x, 19);
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
double attribute_hidden __ieee754_log10(double x)
#define SET_HIGH_WORD(d, v)
#define EXTRACT_WORDS(ix0, ix1, d)
#define strong_alias(x, y)
#define GET_HIGH_WORD(i, d)