48{
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66 static const float
67 piby2_tail = 7.5497894159e-08F,
68 hpiby2_head = 7.8539812565e-01F,
69 piby2 = 1.5707963705e+00F;
70 float u,
v,
y,
s = 0.0F,
r;
72
73 unsigned int ux,
aux, xneg;
75 aux = ux & ~SIGNBIT_SP32;
79
80
81
82 if (xnan)
83 {
86 }
87 else if (xexp < -14)
88
90 else if (xexp >= 0)
91 {
92
97 else
100 }
101
104
106
108 {
110
113 }
114 else
116
117
118
119 u=
r*(0.184161606965100694821398249421F +
120 (-0.0565298683201845211985026327361F +
121 (-0.0133819288943925804214011424456F -
122 0.00396137437848476485201154797087F*
r)*
r)*
r)/
123 (1.10496961524520294485512696706F -
124 0.836411276854206731913362287293F*
r);
125
127 {
128
134 p = 2.0F*
s*
u - (piby2_tail-2.0F*
c);
135 q = hpiby2_head - 2.0F*
s1;
136 v = hpiby2_head - (
p-
q);
137 }
138 else
139 {
140
141
142
143
144
145 float tmp;
148 }
149
152}
float __cdecl _handle_errorf(char *fname, int opcode, unsigned long long value, int type, int flags, int error, float arg1, float arg2, int nargs)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
GLdouble GLdouble GLdouble r
GLdouble GLdouble GLdouble GLdouble q
GLuint GLenum GLenum transform
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 * u
#define INDEFBITPATT_SP32
#define GET_BITS_SP32(x, ux)
#define PUT_BITS_SP32(ux, x)
#define EXPSHIFTBITS_SP32
void _mm_store_ss(float *p, __m128 a)
__m128 _mm_load_ss(float const *p)
__m128 _mm_sqrt_ss(__m128 a)