hypot
double hypot(double, double);
#define hypot(x, y) __tg_simple2(x, y, hypot)
PROTO_NORMAL(hypot);
DEF_STD(hypot);
LDBL_MAYBE_CLONE(hypot);
return hypot(__real__ z, __imag__ z);