Searched refs:Mat (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp10.cpp38 template<typename eT> class Mat;
39 template<typename eT> class Col : public Mat<eT> {
40 using Mat<eT>::operator();
/external/eigen/bench/
H A DbenchmarkSlice.cpp20 typedef Matrix<SCALAR, Eigen::Dynamic, Eigen::Dynamic> Mat; typedef
21 Mat m(100, 100);
31 m.block(r,c,nr,nc) += Mat::Ones(nr,nc);
33 m.block(r,c,nr,nc) -= Mat::constant(nr,nc,10);
H A Deig33.cpp176 typedef Matrix3f Mat; typedef
178 Mat A = Mat::Random(3,3);
181 SelfAdjointEigenSolver<Mat> eig(A);
185 Mat evecs;
/external/eigen/test/
H A Dsparse_solver.h16 typedef typename Solver::MatrixType Mat; typedef
17 typedef typename Mat::Scalar Scalar;
75 typedef typename Solver::MatrixType Mat; typedef
76 typedef typename Mat::Scalar Scalar;
77 typedef typename Mat::RealScalar RealScalar;
114 typedef typename Solver::MatrixType Mat; typedef
115 typedef typename Mat::Scalar Scalar;
132 typedef typename Solver::MatrixType Mat; typedef
133 typedef typename Mat::Scalar Scalar;
139 Mat
169 typedef typename Solver::MatrixType Mat; typedef
229 typedef typename Solver::MatrixType Mat; typedef
247 typedef typename Solver::MatrixType Mat; typedef
263 typedef typename Solver::MatrixType Mat; typedef
314 typedef typename Solver::MatrixType Mat; typedef
[all...]
H A Dadjoint.cpp17 template<typename Vec, typename Mat, typename Scalar>
18 static void run(const Vec& v1, const Vec& v2, Vec& v3, const Mat& square, Scalar s1, Scalar s2) {
28 template<typename Vec, typename Mat, typename Scalar>
29 static void run(const Vec& v1, const Vec& v2, Vec& v3, const Mat& square, Scalar s1, Scalar s2) {
H A Dgeo_transformations.cpp433 typedef Matrix<Scalar,Dim+1,Dim+1> Mat; typedef
442 Mat p_m(p.matrix()), a_m(a.matrix());
/external/ceres-solver/examples/
H A Dlibmv_homography.cc68 typedef Eigen::MatrixXd Mat; typedef
198 const Mat &x1,
199 const Mat &x2,
208 MatX8 L = Mat::Zero(n * 3, 8);
209 Mat b = Mat::Zero(n * 3, 1);
281 TerminationCheckingCallback(const Mat &x1, const Mat &x2,
311 const Mat &x1_;
312 const Mat
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-memset-bad-sizeof.cpp17 typedef double Mat[4][4]; typedef
27 void f(Mat m, const Foo& const_foo, char *buffer) {
102 memset(m, 0, sizeof(Mat));
/external/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp436 /// instruction Mat. If the instruction is a PHI node then special
440 /// Mat was used for the update or not.
441 static bool updateOperand(Instruction *Inst, unsigned Idx, Instruction *Mat) { argument
459 Inst->setOperand(Idx, Mat);
467 Instruction *Mat = Base; local
471 Mat = BinaryOperator::Create(Instruction::Add, Base, Offset,
476 << Mat->getParent()->getName() << '\n' << *Mat << '\n');
477 Mat->setDebugLoc(ConstUser.Inst->getDebugLoc());
484 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat)
[all...]
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py223 def toMat2(self): return Mat.fromScalar(2, 2, float(self.x))
224 def toMat2x3(self): return Mat.fromScalar(2, 3, float(self.x))
225 def toMat2x4(self): return Mat.fromScalar(2, 4, float(self.x))
226 def toMat3x2(self): return Mat.fromScalar(3, 2, float(self.x))
227 def toMat3(self): return Mat.fromScalar(3, 3, float(self.x))
228 def toMat3x4(self): return Mat.fromScalar(3, 4, float(self.x))
229 def toMat4x2(self): return Mat.fromScalar(4, 2, float(self.x))
230 def toMat4x3(self): return Mat.fromScalar(4, 3, float(self.x))
231 def toMat4(self): return Mat.fromScalar(4, 4, float(self.x))
710 class Mat(objec class in inherits:object
[all...]
H A Dgen-conversions.py84 res.append(Mat(numCols, numRows, scalars))
/external/deqp/modules/gles31/scripts/
H A Dgenutil.py223 def toMat2(self): return Mat.fromScalar(2, 2, float(self.x))
224 def toMat2x3(self): return Mat.fromScalar(2, 3, float(self.x))
225 def toMat2x4(self): return Mat.fromScalar(2, 4, float(self.x))
226 def toMat3x2(self): return Mat.fromScalar(3, 2, float(self.x))
227 def toMat3(self): return Mat.fromScalar(3, 3, float(self.x))
228 def toMat3x4(self): return Mat.fromScalar(3, 4, float(self.x))
229 def toMat4x2(self): return Mat.fromScalar(4, 2, float(self.x))
230 def toMat4x3(self): return Mat.fromScalar(4, 3, float(self.x))
231 def toMat4(self): return Mat.fromScalar(4, 4, float(self.x))
712 class Mat(objec class in inherits:object
[all...]
/external/deqp/modules/gles2/scripts/
H A Dgenutil.py573 class Mat: class in inherits:
586 return Mat(numCols, numRows, scalars)
599 res = Mat.identity(numCols, numRows)
625 return isinstance(other, Mat) and self.numRows == other.numRows and self.numCols == other.numCols
633 return Mat(self.numRows, self.numCols, [self.scalars(i) * val.scalars(i) for i in range(self.numRows*self.numCols)])
635 class Mat2(Mat):
637 Mat.__init__(self, 2, 2, [m00, m10, m01, m11])
639 class Mat3(Mat):
641 Mat.__init__(self, 3, 3, [m00, m10, m20,
645 class Mat4(Mat)
[all...]
H A Dgen-conversions.py81 res.append(Mat(numCols, numRows, scalars))
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsopt.c83 cmsS1Fixed14Number Mat[3][3]; // n.14 to n.14 (needs a saturation after that) member in struct:__anon28686
1428 l1 = (p->Mat[0][0] * r + p->Mat[0][1] * g + p->Mat[0][2] * b + p->Off[0] + 0x2000) >> 14;
1429 l2 = (p->Mat[1][0] * r + p->Mat[1][1] * g + p->Mat[1][2] * b + p->Off[1] + 0x2000) >> 14;
1430 l3 = (p->Mat[2][0] * r + p->Mat[2][1] * g + p->Mat[
1489 SetMatShaper(cmsPipeline* Dest, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3], cmsUInt32Number* OutputFormat) argument
[all...]
H A Dcmsio1.c218 cmsMAT3 Mat; local
223 if (!ReadICCMatrixRGB2XYZ(&Mat, hProfile)) return NULL;
231 Mat.v[i].n[j] *= InpAdj;
245 !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 3, (cmsFloat64Number*) &Mat, NULL)))
461 cmsMAT3 Mat, Inv; local
465 if (!ReadICCMatrixRGB2XYZ(&Mat, hProfile))
468 if (!_cmsMAT3inverse(&Mat, &Inv))
H A Dcmsps2.c967 cmsMAT3 Mat; local
970 memmove(&Mat, GetPtrToMatrix(Matrix), sizeof(Mat));
974 Mat.v[i].n[j] *= MAX_ENCODEABLE_XYZ;
976 rc = EmitCIEBasedABC(m, (cmsFloat64Number *) &Mat,
H A Dcmstypes.c2286 cmsStage* Mat; local
2306 Mat = cmsStageAllocMatrix(self ->ContextID, 3, 3, dMat, dOff);
2308 return Mat;
/external/neven/
H A DAndroid.mk95 Embedded/common/src/b_TensorEm/Mat.c \

Completed in 321 milliseconds