Go to the source code of this file.
libm_hidden_proto |
( |
floor |
| ) |
|
Definition at line 36 of file s_floor.c.
References EXTRACT_WORDS, floor, huge_val, i, i1, INSERT_WORDS, j, and libm_hidden_def.
47 j0 = ((i0 >> 20) & 0x7ff) - 0x3ff;
53 }
else if (((i0 & 0x7fffffff) |
i1) != 0) {
59 i = (0x000fffff) >> j0;
60 if (((i0 & i) |
i1) == 0)
64 i0 += (0x00100000) >> j0;
75 i = ((
u_int32_t) (0xffffffff)) >> (j0 - 20);
83 j = i1 + (1 << (52 - j0));
GLint GLint GLint GLint GLint x
#define EXTRACT_WORDS(ix0, ix1, d)
#define INSERT_WORDS(d, ix0, ix1)
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
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 in j)
double huge_val = 1.0e300 |
|
static |