e_hypot           324 libavutil/eval.c                 case e_hypot:return e->value * hypot(d, d2);
e_hypot           465 libavutil/eval.c     else if (strmatch(next, "hypot" )) d->type = e_hypot;