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

  /external/deqp/framework/common/
tcuMatrix.hpp 235 const Matrix<T, 2, 2> invA = inverse(Matrix<T, 2, 2>(areaA));
240 const T schurComplement = T(1.0f) / (matD - matC*invA*matB)(0,0);
243 const Matrix<T, 2, 2> blockA = invA + invA*matB*schurComplement*matC*invA;
244 const Matrix<T, 2, 1> blockB = (zeroMat-invA)*matB*schurComplement;
245 const Matrix<T, 1, 2> blockC = matC*invA*(-schurComplement);
286 const Matrix<T, 2, 2> invA = inverse(Matrix<T, 2, 2>(areaA));
291 const Matrix<T, 2, 2> schurComplement = inverse(matD - matC*invA*matB);
294 const Matrix<T, 2, 2> blockA = invA + invA*matB*schurComplement*matC*invA
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 766 const tcu::Matrix<float, 2, 2> invA = inverse(tcu::Matrix<float, 2, 2>(areaA));
771 const float schurComplement = 1.0f / (matD - matC*invA*matB)(0,0);
774 const tcu::Matrix<float, 2, 2> blockA = invA + invA*matB*schurComplement*matC*invA;
775 const tcu::Matrix<float, 2, 1> blockB = (zeroMat-invA)*matB*schurComplement;
776 const tcu::Matrix<float, 1, 2> blockC = matC*invA*(-schurComplement);
818 const tcu::Matrix<float, 2, 2> invA = inverse(Mat2(areaA));
823 const tcu::Matrix<float, 2, 2> schurComplement = inverse(matD - matC*invA*matB);
826 const tcu::Matrix<float, 2, 2> blockA = invA + invA*matB*schurComplement*matC*invA
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp     [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 765 milliseconds