48{
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67 static const float
68 piby2 = 1.5707963705e+00F;
69 static const double
70 pi = 3.1415926535897933e+00,
71 piby2_head = 1.5707963267948965580e+00,
72 piby2_tail = 6.12323399573676603587e-17;
73
74 float u,
y,
s = 0.0F,
r;
76
77 unsigned int ux,
aux, xneg;
78
80 aux = ux & ~SIGNBIT_SP32;
84
85
86
87 if (xnan)
88 {
91 }
92 else if (xexp < -26)
93
95 else if (xexp >= 0)
96 {
98 return 0.0F;
101 else
104 }
105
108
110
112 {
114
117 }
118 else
120
121
122
123 u=
r*(0.184161606965100694821398249421F +
124 (-0.0565298683201845211985026327361F +
125 (-0.0133819288943925804214011424456F -
126 0.00396137437848476485201154797087F*
r)*
r)*
r)/
127 (1.10496961524520294485512696706F -
128 0.836411276854206731913362287293F*
r);
129
131 {
132
133 if (xneg)
134 return (
float)(
pi - 2.0*(
s+(
y*
u - piby2_tail)));
135 else
136 {
142 return 2.0F*
s1 + (2.0F*
c+2.0F*
y*
u);
143 }
144 }
145 else
146 return (
float)(piby2_head - (
x - (piby2_tail -
x*
u)));
147}
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
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)