Home | History | Annotate | Download | only in core

Lines Matching defs:xx

115         double xx = x;
117 double magmag = sqrt(xx * xx + yy * yy);
134 double xx = dx;
136 return (float)sqrt(xx * xx + yy * yy);
162 double xx = x;
168 double dscale = length / sqrt(xx * xx + yy * yy);
173 scale = (float)(length / sqrt(xx * xx + yy * yy));
199 double xx = x;
201 scale = (float)(length / sqrt(xx * xx + yy * yy));