hypot 326 coders/svg.c return(hypot(alpha,beta)/sqrt(2.0)/100.0); hypot 4303 coders/svg.c hypot(alpha,beta)); hypot 2343 magick/distort.c s.y = hypot(d.x,d.y); /* radius */ hypot 2370 magick/distort.c s.y = hypot(d.x,d.y); /* radius */ hypot 1558 magick/draw.c maximum_length=hypot((double) dx,dy); hypot 2887 magick/draw.c radius=hypot((double) alpha,(double) beta); hypot 5105 magick/draw.c radius=hypot((double) alpha,(double) beta); hypot 5669 magick/draw.c distance=hypot((double) dx,(double) dy); hypot 5682 magick/draw.c distance=hypot((double) dx,(double) dy); hypot 2684 magick/effect.c offset[i].x=(ssize_t) ceil((double) (i*point.y)/hypot(point.x,point.y)-0.5); hypot 2685 magick/effect.c offset[i].y=(ssize_t) ceil((double) (i*point.x)/hypot(point.x,point.y)-0.5); hypot 3456 magick/effect.c blur_radius=hypot(blur_center.x,blur_center.y); hypot 3533 magick/effect.c radius=hypot((double) center.x,center.y); hypot 2508 magick/fx.c return((MagickRealType) hypot((double) alpha,(double) *beta)); hypot 131 magick/nt-base.h #if !defined(hypot)