Home | History | Annotate | Download | only in core

Lines Matching refs:xx

123         double xx = x;
125 double magmag = sqrt(xx * xx + yy * yy);
142 double xx = dx;
144 return (float)sqrt(xx * xx + yy * yy);
169 double xx = x;
171 scale = (float)(length / sqrt(xx * xx + yy * yy));
195 double xx = x;
197 scale = (float)(length / sqrt(xx * xx + yy * yy));