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

  /external/skia/gm/
complexclip3.cpp 73 for (int invA = 0; invA < 2; ++invA) {
80 bool doInvA = SkToBool(invA);
  /external/skia/samplecode/
SampleComplexClip.cpp 98 for (int invA = 0; invA < 2; ++invA) {
100 size_t idx = invA * SK_ARRAY_COUNT(gOps) + op;
108 clipA.setFillType(invA ? SkPath::kInverseEvenOdd_FillType :
131 const char* aTxt = invA ? "InverseA " : "A ";
  /external/skia/src/opts/
SkBlitRow_opts.h 28 unsigned invA = 255 - SkGetPackedA32(color);
29 invA += invA >> 7;
30 SkASSERT(invA < 256); // We've should have already handled alpha == 0 externally.
33 Sk16b invA_16x(invA);
  /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/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 117 double invA = 1 / A;
118 a = B * invA;
119 b = C * invA;
120 c = D * invA;
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp 761 const tcu::Matrix<float, 2, 2> invA = inverse(tcu::Matrix<float, 2, 2>(areaA));
766 const float schurComplement = 1.0f / (matD - matC*invA*matB)(0,0);
769 const tcu::Matrix<float, 2, 2> blockA = invA + invA*matB*schurComplement*matC*invA;
770 const tcu::Matrix<float, 2, 1> blockB = (zeroMat-invA)*matB*schurComplement;
771 const tcu::Matrix<float, 1, 2> blockC = matC*invA*(-schurComplement);
813 const tcu::Matrix<float, 2, 2> invA = inverse(Mat2(areaA));
818 const tcu::Matrix<float, 2, 2> schurComplement = inverse(matD - matC*invA*matB);
821 const tcu::Matrix<float, 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/
_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/skia/src/pathops/
SkPathOpsCubic.cpp 446 double invA = 1 / A;
447 a = B * invA;
448 b = C * invA;
449 c = D * invA;
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]

Completed in 531 milliseconds