Go to the source code of this file.
|
static const double | huge = 1.0e300 |
|
◆ floor()
Definition at line 29 of file s_floor.c.
References EXTRACT_WORDS, huge, i, i1, INSERT_WORDS, j, and libm_hidden_def().
Referenced by __kernel_rem_pio2(), and SDL_floor().
34 j0 = ((i0>>20)&0x7ff)-0x3ff;
39 else if(((i0&0x7fffffff)|
i1)!=0)
40 { i0=0xbff00000;i1=0;}
44 if(((i0&i)|
i1)==0)
return x;
46 if(i0<0) i0 += (0x00100000)>>j0;
51 if(j0==0x400)
return x+
x;
55 if((i1&i)==0)
return x;
GLint GLint GLint GLint GLint x
#define EXTRACT_WORDS(ix0, ix1, d)
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 in j)
#define INSERT_WORDS(d, ix0, ix1)
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)
const GLubyte GLuint GLuint GLuint GLuint alpha GLboolean GLboolean GLboolean GLboolean alpha GLint GLint GLsizei GLsizei GLenum type GLenum GLint GLenum GLint GLint GLsizei GLsizei GLint border GLenum GLint GLint GLint GLint GLint GLsizei GLsizei height GLsizei GLsizei GLenum GLenum const GLvoid *pixels GLenum GLint i1
◆ huge
const double huge = 1.0e300 |
|
static |