Home | History | Annotate | Download | only in MagickCore

Lines Matching full:atan2

2141         (void) FormatLocaleFile(stderr, "       xx=(atan2(jj,ii)%+lf)/(2*pi);\n",
2160 (void) FormatLocaleFile(stderr, " xx=(atan2(ii,jj)%+lf)/(2*pi);\n",
2513 s.x = (double) ((atan2(d.y,d.x) - coeff[0])/Magick2PI);
2538 s.x = atan2(d.x,d.y) - (coeff[4]+coeff[5])/2;