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

  /external/skia/samplecode/
SampleComplexClip.cpp 97 for (int invA = 0; invA < 2; ++invA) {
99 int idx = invA * SK_ARRAY_COUNT(gOps) + op;
107 clipA.setFillType(invA ? SkPath::kInverseEvenOdd_FillType :
130 const char* aTxt = invA ? "InverseA " : "A ";
  /frameworks/base/core/java/android/hardware/
SensorManager.java 808 final float invA = 1.0f / (float)Math.sqrt(Ax*Ax + Ay*Ay + Az*Az);
809 Ax *= invA;
810 Ay *= invA;
811 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 811 milliseconds