__ieee754_hypotf
extern float __ieee754_hypotf __P((float,float));
return __ieee754_hypotf(x,y);
z = __ieee754_hypotf(x,y);