74 static const double one = 1.0;
76 #define __int32_t long 77 #define __uint32_t unsigned long 78 #define __IEEE_LITTLE_ENDIAN 80 #ifdef __IEEE_BIG_ENDIAN 94 #ifdef __IEEE_LITTLE_ENDIAN 111 #define EXTRACT_WORDS(ix0,ix1,d) \ 113 ieee_double_shape_type ew_u; \ 115 (ix0) = ew_u.parts.msw; \ 116 (ix1) = ew_u.parts.lsw; \ 121 #define GET_HIGH_WORD(i,d) \ 123 ieee_double_shape_type gh_u; \ 125 (i) = gh_u.parts.msw; \ 130 #define GET_LOW_WORD(i,d) \ 132 ieee_double_shape_type gl_u; \ 134 (i) = gl_u.parts.lsw; \ 139 #define INSERT_WORDS(d,ix0,ix1) \ 141 ieee_double_shape_type iw_u; \ 142 iw_u.parts.msw = (ix0); \ 143 iw_u.parts.lsw = (ix1); \ 155 j_0 = ((i0>>20)&0x7ff)-0x3ff;
161 i = (0x000fffff)>>j_0;
static const D3D_BLOB_PART parts[]
GLint GLint GLint GLint GLint x
#define EXTRACT_WORDS(ix0, ix1, d)
GLsizei const GLfloat * value
double modf(double x, double *iptr)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
#define GET_HIGH_WORD(i, d)
#define INSERT_WORDS(d, ix0, ix1)