HomeSort by relevance Sort by last modified time
    Searched refs:invA (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/hardware/
SensorManager.java 839 final float invA = 1.0f / (float)Math.sqrt(Ax*Ax + Ay*Ay + Az*Az);
840 Ax *= invA;
841 Ay *= invA;
842 Az *= invA;
    [all...]
  /external/opencv/cv/src/
_cvmatrix.h 349 CV_INLINE void icvInvertMatrix_64d( double* A, int n, double* invA )
352 CvMat invAm = cvMat( n, n, CV_64F, invA );
cvimgwarp.cpp     [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]

Completed in 271 milliseconds