Home | History | Annotate | Download | only in core

Lines Matching refs:xx

124         double xx = x;
126 double magmag = sqrt(xx * xx + yy * yy);
143 double xx = dx;
145 return (float)sqrt(xx * xx + yy * yy);
170 double xx = x;
176 double dscale = length / sqrt(xx * xx + yy * yy);
181 scale = (float)(length / sqrt(xx * xx + yy * yy));
206 double xx = x;
208 scale = (float)(length / sqrt(xx * xx + yy * yy));