5#pragma function(_hypotf)
15 return (
float)
_hypot((
double)
x, (
double)
y);
_Check_return_ float __cdecl _hypotf(_In_ float x, _In_ float y)
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
_Check_return_ _CRTIMP double __cdecl _hypot(_In_ double x, _In_ double y)