Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:sign

1649 %  "at" sign (@) and the contents of the file are drawn on the image.  You
5967 double sign = x < 0.0 ? -1.0 : 1.0;
5968 return((sign*x) >= DrawEpsilon ? 1.0/x : sign*(1.0/DrawEpsilon));