Home | History | Annotate | Download | only in hardware

Lines Matching defs:invA

931         final float invA = 1.0f / (float)Math.sqrt(Ax*Ax + Ay*Ay + Az*Az);
932 Ax *= invA;
933 Ay *= invA;
934 Az *= invA;