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

  /external/vixl/examples/aarch64/
neon-matrix-multiply.cc 61 // mat2 -> x2
114 float mat1[kLength], mat2[kLength], output[kLength]; local
141 mat2[0] = 1.0f;
142 mat2[4] = 11.24f;
143 mat2[8] = 21.00f;
144 mat2[12] = 21.31f;
145 mat2[1] = 2.0f;
146 mat2[5] = 2.24f;
147 mat2[9] = 8.56f;
148 mat2[13] = 52.03f
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_fixed_size.cpp 135 TensorMap<TensorFixedSize<float, Sizes<2, 3>, RowMajor> > mat2(data2,2,3);
149 mat2(0,0) = -0.0;
150 mat2(0,1) = -1.0;
151 mat2(0,2) = -2.0;
152 mat2(1,0) = -3.0;
153 mat2(1,1) = -4.0;
154 mat2(1,2) = -5.0;
159 mat4 = mat2.abs();
183 TensorFixedSize<float, Sizes<2, 3, 7>, RowMajor> mat2; local
196 mat2(i,j,k) = val
    [all...]
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 231 SparseMatrix<Scalar,ColMajor, StorageIndex> mat2 = amat.transpose(); local
232 // FIXME for a matrix with nearly symmetric pattern, mat2+mat1 is the appropriate choice.
233 // on the other hand for a really non-symmetric pattern, mat2*mat1 should be prefered...
234 SparseMatrix<Scalar,ColMajor, StorageIndex> AtA = mat2 + mat1;
  /external/opencv/cv/src/
cvaccum.cpp 595 CvMat stub2, *mat2 = (CvMat*)arrB; local
606 CV_CALL( mat2 = cvGetMat( mat2, &stub2, &coi2 ));
612 if( !CV_ARE_CNS_EQ( mat1, mat2 ) || !CV_ARE_CNS_EQ( mat1, sum ))
618 if( !CV_ARE_SIZES_EQ( mat1, sum ) || !CV_ARE_SIZES_EQ( mat2, sum ))
625 mat2_step = mat2->step;
637 if( CV_IS_MAT_CONT( mat1->type & mat2->type & sum->type ))
644 IPPI_CALL( func( mat1->data.ptr, mat1_step, mat2->data.ptr, mat2_step,
664 if( CV_IS_MAT_CONT( mat1->type & mat2->type & sum->type & mask->type ))
671 IPPI_CALL( func( mat1->data.ptr, mat1_step, mat2->data.ptr, mat2_step
    [all...]
cvhistogram.cpp 514 CvSparseMat* mat2 = (CvSparseMat*)(hist2->bins); local
518 if( mat1->heap->active_count > mat2->heap->active_count )
521 CV_SWAP( mat1, mat2, t );
531 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1), 0, 0, &node1->hashval );
544 for( node2 = cvInitSparseMatIterator( mat2, &iterator );
547 double v2 = *(float*)CV_NODE_VAL(mat2,node2);
548 if( !cvPtrND( mat1, CV_NODE_IDX(mat2,node2), 0, 0, &node2->hashval ))
563 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1),
574 for( node2 = cvInitSparseMatIterator( mat2, &iterator );
577 double v2 = *(float*)CV_NODE_VAL(mat2,node2)
    [all...]
  /external/opencv/cxcore/src/
cxnorm.cpp 980 CvMat stub2, *mat2 = (CvMat*)imgA; local
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
Initialize.cpp 148 TType *mat2 = new TType(EbtFloat, 2, 2); local
161 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMul, mat2, "matrixCompMult", mat2, mat2);
171 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat2, "outerProduct", float2, float2);
181 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpTranspose, mat2, "transpose", mat2);
191 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpDeterminant, float1, "determinant", mat2);
195 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpInverse, mat2, "inverse", mat2);
    [all...]
  /external/eigen/test/
evaluators.cpp 244 MatrixXd mat1(6,6), mat2(6,6);
246 VERIFY_IS_APPROX_EVALUATOR(mat2, mat1);
247 copy_using_evaluator(mat2.transpose(), mat1);
248 VERIFY_IS_APPROX(mat2.transpose(), mat1);
255 mat2.resize(3,3);
256 VERIFY_IS_APPROX_EVALUATOR(mat2, mat1);
327 mat2.setIdentity();
330 copy_using_evaluator(matXcd.imag(), mat2);
332 matXcd_ref.imag() = mat2;
355 VERIFY_IS_APPROX_EVALUATOR(mat2, arr1.matrix())
392 MatrixXd mat1, mat2, mat1ref, mat2ref; local
    [all...]
ref.cpp 101 mat2 = mat1, local
135 mat2.row(i).array() += 1;
136 VERIFY_IS_EQUAL(mat1, mat2);
138 mat2.row(i) = v2.real().transpose() * mat3;
139 VERIFY_IS_APPROX(mat1, mat2);
  /external/vixl/test/aarch64/examples/
test-examples.cc 252 float mat1[kLength], mat2[kLength], expected[kLength], output[kLength]; local
273 mat2[0] = 1.0f;
274 mat2[4] = 11.24f;
275 mat2[8] = 21.00f;
276 mat2[12] = 21.31f;
277 mat2[1] = 2.0f;
278 mat2[5] = 2.24f;
279 mat2[9] = 8.56f;
280 mat2[13] = 52.03f;
281 mat2[2] = 3.0f
    [all...]
  /external/skia/tests/
MatrixTest.cpp 935 SkMatrix mat2; local
    [all...]
  /external/skqp/tests/
MatrixTest.cpp 935 SkMatrix mat2; local
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat.hpp 432 typedef mat2x2 mat2; typedef in namespace:glm
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 209 Matcher mat2 = pat.matcher(testString2); local
214 assertTrue("Should find given pattern in 2 string", mat2.lookingAt());
242 Matcher mat2 = pat2.matcher(testString); local
247 mat2.find(i);
248 assertEquals(testString.substring(i, i + length), mat2.group(1));
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_mat.hpp 432 typedef mat2x2 mat2; typedef in namespace:glm
    [all...]
  /external/clang/test/Sema/
array-init.c 263 const Matrix mat2 = { local
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 385 Matcher mat2 = pat2.matcher(testString); local
388 while (mat2.find()) {
389 assertEquals(testString.substring(start, start + length), mat2
  /external/skia/src/ports/
SkFontHost_win.cpp 170 static const MAT2 mat2 = {{0, 1}, {0, 0}, {0, 0}, {0, 1}}; local
177 nullptr, &mat2) == GDI_ERROR) {
565 MAT2 fGsA;
567 MAT2 fMat22;
569 MAT2 fHighResMat22;
708 // MAT2 is row major, right handed (y up).
753 // MAT2 is row major, right handed (y up).
    [all...]
  /external/skqp/src/ports/
SkFontHost_win.cpp 170 static const MAT2 mat2 = {{0, 1}, {0, 0}, {0, 0}, {0, 1}}; local
177 nullptr, &mat2) == GDI_ERROR) {
565 MAT2 fGsA;
567 MAT2 fMat22;
569 MAT2 fHighResMat22;
708 // MAT2 is row major, right handed (y up).
753 // MAT2 is row major, right handed (y up).
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.hpp 113 static const Type mat2; member in struct:gl4cts::EnhancedLayouts::Utils::Type
    [all...]
gl4cEnhancedLayoutsTests.cpp 155 const Type Type::mat2 = Type::GetType(Type::Float, 2, 2); member in class:gl4cts::EnhancedLayouts::Utils::Type
455 { 0, "mat2", "mat2x3", "mat2x4" },
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 2680 ExprP<Matrix<T, Rows, 2> > mat2 (const ExprP<Vector<T, Rows> >& arg0, function in namespace:vkt::shaderexecutor::Functions
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 2737 ExprP<Matrix<T, Rows, 2> > mat2 (const ExprP<Vector<T, Rows> >& arg0, function in namespace:deqp::gls::BuiltinPrecisionTests::Functions
    [all...]

Completed in 1418 milliseconds