hypotf
float hypotf(float, float);
PROTO_NORMAL(hypotf);
DEF_STD(hypotf);
return hypotf(__real__ z, __imag__ z);