hypot 327 coders/svg.c return(hypot(alpha,beta)/sqrt(2.0)/100.0); hypot 4446 coders/svg.c hypot(alpha,beta)); hypot 1488 coders/wmf.c bbox_width = hypot(dx,dy); hypot 1491 coders/wmf.c bbox_height = hypot(dx,dy); hypot 2534 magick/distort.c s.y = hypot(d.x,d.y); /* radius */ hypot 2561 magick/distort.c s.y = hypot(d.x,d.y); /* radius */ hypot 1571 magick/draw.c maximum_length=hypot((double) dx,dy); hypot 2910 magick/draw.c radius=hypot((double) alpha,(double) beta); hypot 5153 magick/draw.c radius=hypot((double) alpha,(double) beta); hypot 5722 magick/draw.c distance=hypot((double) dx,(double) dy); hypot 5735 magick/draw.c distance=hypot((double) dx,(double) dy); hypot 1991 magick/effect.c offset[i].x=(ssize_t) ceil((double) (i*point.y)/hypot(point.x,point.y)-0.5); hypot 1992 magick/effect.c offset[i].y=(ssize_t) ceil((double) (i*point.x)/hypot(point.x,point.y)-0.5); hypot 2763 magick/effect.c blur_radius=hypot(blur_center.x,blur_center.y); hypot 2841 magick/effect.c radius=hypot((double) center.x,center.y); hypot 2583 magick/fx.c return((MagickRealType) hypot((double) alpha,(double) *beta)); hypot 1354 magick/gem.c *chroma=hypot(255.0*(a-0.5),255.0*(b-0.5))/255.0+0.5; hypot 1415 magick/gem.c *chroma=hypot(354.0*u-134.0,262.0*v-140.0)/255.0+0.5; hypot 132 magick/nt-base.h #if !defined(hypot) hypot 253 tests/validate.c *chroma=hypot(255.0*(a-0.5),255.0*(b-0.5))/255.0+0.5;