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

  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 66 const unsigned int iA = itA.row(),
70 i = iA*Br + iB,
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 75 __m128 iA, iB, iC, iD, // partial inverse of the sub-matrices
108 // iA = B*D#*C
109 iA = _mm_mul_ps(_mm_shuffle_ps(B,B,0xA0), _mm_movelh_ps(DC,DC));
110 iA = _mm_add_ps(iA,_mm_mul_ps(_mm_shuffle_ps(B,B,0xF5), _mm_movehl_ps(DC,DC)));
121 // iA = A*|D| - B*D#*C;
122 iA = _mm_sub_ps(_mm_mul_ps(A,_mm_shuffle_ps(dD,dD,0)), iA);
149 iA = _mm_mul_ps(rd,iA);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
util.c 1091 i64 iA = *pA;
1092 testcase( iA==0 ); testcase( iA==1 );
1095 testcase( iA>0 && LARGEST_INT64 - iA == iB );
1096 testcase( iA>0 && LARGEST_INT64 - iA == iB - 1 );
1097 if( iA>0 && LARGEST_INT64 - iA < iB ) return 1;
1100 testcase( iA<0 && -(iA + LARGEST_INT64) == iB + 1 )
    [all...]
vdbe.c     [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 411 uint32_t iR = in->x, iG = in->y, iB = in->z, iA = in->w,
416 out->w = (oA + iA) > 255 ? 255 : oA + iA;
432 int32_t iR = in->x, iG = in->y, iB = in->z, iA = in->w,
437 out->w = (oA - iA) < 0 ? 0 : oA - iA;
  /external/libvorbis/lib/
psy.c     [all...]
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2721 milliseconds