30#define FAST_BUT_GREATER_THAN_ONE_ULP
32#define USE_SCALEDOUBLE_1
33#define USE_INFINITY_WITH_FLAGS
34#define USE_HANDLE_ERROR
36#undef USE_SCALEDOUBLE_1
37#undef USE_INFINITY_WITH_FLAGS
38#undef USE_HANDLE_ERROR
43#pragma function(_hypot)
51 const double large = 1.79769313486231570815e+308;
53#ifdef FAST_BUT_GREATER_THAN_ONE_ULP
55 unsigned long long xexp, yexp, ux, uy;
57 double u,
r, retval, hx, tx,
x2, hy,
ty,
y2, hs, ts;
58 unsigned long long xexp, yexp, ux, uy, ut;
80 return infinity_with_flags(0);
92 dexp = (
int)(xexp - yexp);
108 ux -= 0x2580000000000000;
110 uy -= 0x2580000000000000;
122 x -= 9.23297861778573578076e-128;
128 ux += 0x2580000000000000;
134 y -= 9.23297861778573578076e-128;
139 uy += 0x2580000000000000;
145#ifdef FAST_BUT_GREATER_THAN_ONE_ULP
177 ts = (((
x2 - hs) +
y2) +
178 ((hx * hx -
x2) + 2 * hx * tx) + tx * tx) +
179 ((hy * hy -
y2) + 2 * hy *
ty) +
ty *
ty;
181 ts = (((
x2 - hs) +
y2) +
182 ((hx * hx -
x2) + 2 * hx * tx) + tx * tx);
193 retval = scaleDouble_1(retval, expadjust);
double __cdecl _handle_error(char *fname, int opcode, unsigned long long value, int type, int flags, int error, double arg1, double arg2, int nargs)
Handles an error condition.
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
__m128d _mm_setzero_pd(void)
__m128d _mm_sqrt_sd(__m128d a, __m128d b)
__m128d _mm_load_sd(double const *dp)
void _mm_store_sd(double *dp, __m128d a)
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
GLdouble GLdouble GLdouble r
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
double _hypot(double x, double y)
#define FN_PROTOTYPE(fname)
#define EXPSHIFTBITS_DP64
#define GET_BITS_DP64(x, ux)
#define PUT_BITS_DP64(ux, x)
_In_ CLIPOBJ _In_ BRUSHOBJ _In_ LONG _In_ LONG _In_ LONG x2
_In_ CLIPOBJ _In_ BRUSHOBJ _In_ LONG _In_ LONG _In_ LONG _In_ LONG y2