HomeSort by relevance Sort by last modified time
    Searched full:inva (Results 1 - 25 of 42) sorted by null

1 2

  /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/skqp/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/gm/
complexclip3.cpp 73 for (int invA = 0; invA < 2; ++invA) {
80 bool doInvA = SkToBool(invA);
complexclip.cpp 153 const char* aTxt = doInvA ? "InvA " : "A ";
  /external/skqp/gm/
complexclip3.cpp 73 for (int invA = 0; invA < 2; ++invA) {
80 bool doInvA = SkToBool(invA);
complexclip.cpp 153 const char* aTxt = doInvA ? "InvA " : "A ";
  /external/opencv/cv/src/
cvcornersubpix.cpp 232 double InvA[4];
240 cvInitMatHeader( &matInvA, 2, 2, CV_64FC1, InvA );
243 cI2.x = (float)(cI.x + InvA[0]*bb1 + InvA[1]*bb2);
244 cI2.y = (float)(cI.y + InvA[2]*bb1 + InvA[3]*bb2);
_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/opts/
SkBlitRow_opts.h 29 unsigned invA = 255 - SkGetPackedA32(color);
30 invA += invA >> 7;
31 SkASSERT(invA < 256); // We've should have already handled alpha == 0 externally.
34 Sk16b invA_16x(invA);
  /external/skqp/src/opts/
SkBlitRow_opts.h 29 unsigned invA = 255 - SkGetPackedA32(color);
30 invA += invA >> 7;
31 SkASSERT(invA < 256); // We've should have already handled alpha == 0 externally.
34 Sk16b invA_16x(invA);
  /external/deqp/framework/common/
tcuMatrix.hpp 241 const Matrix<T, 2, 2> invA = inverse(Matrix<T, 2, 2>(areaA));
246 const T schurComplement = T(1.0f) / (matD - matC*invA*matB)(0,0);
249 const Matrix<T, 2, 2> blockA = invA + invA*matB*schurComplement*matC*invA;
250 const Matrix<T, 2, 1> blockB = (zeroMat-invA)*matB*schurComplement;
251 const Matrix<T, 1, 2> blockC = matC*invA*(-schurComplement);
292 const Matrix<T, 2, 2> invA = inverse(Matrix<T, 2, 2>(areaA));
297 const Matrix<T, 2, 2> schurComplement = inverse(matD - matC*invA*matB);
300 const Matrix<T, 2, 2> blockA = invA + invA*matB*schurComplement*matC*invA
    [all...]
  /external/libgsm/src/
short_term.c 33 * INVA[1..8] = integer( (32768 * 8) / real_A[1..8])
40 /* for (i = 1; i <= 8; i++, B++, MIC++, INVA++, LARc++, LARpp++) {
46 * assert(*INVA != MIN_WORD);
48 * temp1 = GSM_MULT_R( *INVA, temp1 );
54 #define STEP( B_TIMES_TWO, MIC, INVA ) \
57 temp1 = GSM_MULT_R( INVA, temp1 ); \
  /external/owasp/sanitizer/tools/findbugs/doc/
sysprops.html 148 <td>inva.ncpExtraBranch</td>
152 <td>inva.noAssertHack</td>
156 <td>inva.noSplitDowngradeNSP</td>
160 <td>inva.noSwitchDefaultAsException</td>
  /external/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 117 double invA = 1 / A;
118 a = B * invA;
119 b = C * invA;
120 c = D * invA;
  /external/skqp/tests/
PathOpsCubicLineIntersectionIdeas.cpp 117 double invA = 1 / A;
118 a = B * invA;
119 b = C * invA;
120 c = D * invA;
  /external/skia/src/core/
SkPixmap.cpp 339 float inva = 1 / p4[3]; local
340 p4 = p4 * Sk4f(inva, inva, inva, 1);
  /external/skqp/src/core/
SkPixmap.cpp 326 float inva = 1 / p4[3]; local
327 p4 = p4 * Sk4f(inva, inva, inva, 1);
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp 747 const tcu::Matrix<float, 2, 2> invA = inverse(tcu::Matrix<float, 2, 2>(areaA));
752 const float schurComplement = 1.0f / (matD - matC*invA*matB)(0,0);
755 const tcu::Matrix<float, 2, 2> blockA = invA + invA*matB*schurComplement*matC*invA;
756 const tcu::Matrix<float, 2, 1> blockB = (zeroMat-invA)*matB*schurComplement;
757 const tcu::Matrix<float, 1, 2> blockC = matC*invA*(-schurComplement);
799 const tcu::Matrix<float, 2, 2> invA = inverse(Mat2(areaA));
804 const tcu::Matrix<float, 2, 2> schurComplement = inverse(matD - matC*invA*matB);
807 const tcu::Matrix<float, 2, 2> blockA = invA + invA*matB*schurComplement*matC*invA
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 752 const tcu::Matrix<float, 2, 2> invA = inverse(tcu::Matrix<float, 2, 2>(areaA));
757 const float schurComplement = 1.0f / (matD - matC*invA*matB)(0,0);
760 const tcu::Matrix<float, 2, 2> blockA = invA + invA*matB*schurComplement*matC*invA;
761 const tcu::Matrix<float, 2, 1> blockB = (zeroMat-invA)*matB*schurComplement;
762 const tcu::Matrix<float, 1, 2> blockC = matC*invA*(-schurComplement);
804 const tcu::Matrix<float, 2, 2> invA = inverse(Mat2(areaA));
809 const tcu::Matrix<float, 2, 2> schurComplement = inverse(matD - matC*invA*matB);
812 const tcu::Matrix<float, 2, 2> blockA = invA + invA*matB*schurComplement*matC*invA
    [all...]
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 446 double invA = 1 / A;
447 a = B * invA;
448 b = C * invA;
449 c = D * invA;
  /external/skqp/src/pathops/
SkPathOpsCubic.cpp 446 double invA = 1 / A;
447 a = B * invA;
448 b = C * invA;
449 c = D * invA;
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/skia/tools/
pathops_sorter.htm 279 var invA = 1 / A;
280 a = B * invA;
281 b = C * invA;
282 c = D * invA;
    [all...]

Completed in 960 milliseconds

1 2