Home
last modified time | relevance | path

Searched defs:Matrix (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/test/SemaCXX/
Dcxx11-call-to-deleted-constructor.cpp11 class Matrix { class
24 template <class VT> class Matrix<VT, 0, 0> { // expected-note {{passing argument to parameter here}} class
/external/gemmlowp/test/
Dtest.h65 Matrix() : Map(nullptr, 0, 0, 0) {} in Matrix() function
67 Matrix(int rows, int cols) : Map(nullptr, 0, 0, 0) { Resize(rows, cols); } in Matrix() function
69 Matrix(const Matrix& other) : Map(nullptr, 0, 0, 0) { *this = other; } in Matrix() function
/external/ceres-solver/include/ceres/internal/
Deigen.h42 Eigen::RowMajor> Matrix; typedef
68 Matrix; typedef
/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h169 Matrix(unsigned Rows, unsigned Cols) : in Matrix() function
175 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() function
181 Matrix(const Matrix &M) in Matrix() function
187 Matrix(Matrix &&M) in Matrix() function
DReductionRules.h33 typedef typename GraphT::Matrix Matrix; in applyR1() typedef
77 typedef typename GraphT::Matrix Matrix; in applyR2() typedef
181 typedef typename GraphT::Matrix Matrix; in backpropagate() typedef
DCostAllocator.h115 typedef MatrixT Matrix; typedef
DGraph.h56 typedef typename SolverT::Matrix Matrix; typedef
/external/llvm/docs/
DCodeGenerator.rst1942 .. _feat_reliable:
1944 Is Generally Reliable
1953 Assembly Parser
1963 Disassembler
1971 Inline Asm
1979 JIT Support
1992 .o File Writing
2006 Tail Calls
2015 Segmented Stacks
/external/llvm/lib/CodeGen/
DAllocationOrder.cpp33 const LiveRegMatrix *Matrix) in AllocationOrder()
DRegAllocBase.h65 LiveRegMatrix *Matrix; variable
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DRotationBase.h64 ::Matrix(const RotationBase<OtherDerived,ColsAtCompileTime>& r) in Matrix() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRanges.java44 private static final class Matrix implements Comparable<Matrix>, Cloneable { class in PluralRanges
52 Matrix() { in Matrix() method in PluralRanges.Matrix
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRanges.java46 private static final class Matrix implements Comparable<Matrix>, Cloneable { class in PluralRanges
54 Matrix() { in Matrix() method in PluralRanges.Matrix
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dmatrix.h67 Matrix() : num_rows_(0), num_columns_(0) {} in Matrix() function
70 Matrix(size_t num_rows, size_t num_columns) in Matrix() function
78 Matrix(const T* data, size_t num_rows, size_t num_columns) in Matrix() function
/external/deqp/framework/common/
DtcuMatrix.hpp35 class Matrix class
312 Matrix<T, Rows, Cols>::Matrix (void) in Matrix() function in tcu::Matrix
321 Matrix<T, Rows, Cols>::Matrix (const T& src) in Matrix() function in tcu::Matrix
330 Matrix<T, Rows, Cols>::Matrix (const T src[Rows*Cols]) in Matrix() function in tcu::Matrix
339 Matrix<T, Rows, Cols>::Matrix (const Vector<T, Rows>& src) in Matrix() function in tcu::Matrix
349 Matrix<T, Rows, Cols>::Matrix (const Matrix<T, Rows, Cols>& src) in Matrix() function in tcu::Matrix
/external/llvm/include/llvm/CodeGen/
DLiveRegMatrix.h48 LiveIntervalUnion::Array Matrix; variable
DRegAllocPBQP.h335 typedef RAMatrix Matrix; typedef
/external/eigen/test/eigen2/
Dgsl_helper.h26 typedef gsl_matrix* Matrix; typedef
/external/eigen/test/
Dnomalloc.cpp110 maxSize, maxSize> Matrix; in ctms_decompositions() typedef
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsps2.c733 int EmitCIEBasedABC(cmsIOHANDLER* m, cmsFloat64Number* Matrix, cmsToneCurve** CurveSet, cmsCIEXYZ* … in EmitCIEBasedABC()
948 int WriteInputMatrixShaper(cmsIOHANDLER* m, cmsHPROFILE hProfile, cmsStage* Matrix, cmsStage* Shape… in WriteInputMatrixShaper()
1052 cmsStage* Matrix, *Shaper; in GenerateCSA() local
Dcmstypes.c1741 cmsFloat64Number Matrix[3*3]; in Type_LUT8_Read() local
2035 cmsFloat64Number Matrix[3*3]; in Type_LUT16_Read() local
2667 cmsStage * Matrix = NULL; in Type_LUTA2B_Write() local
2852 cmsStage *Matrix = NULL; in Type_LUTB2A_Write() local
4175 cmsFloat64Number* Matrix; in Type_MPEmatrix_Read() local
4229 _cmsStageMatrixData* Matrix = (_cmsStageMatrixData*) mpe ->Data; in Type_MPEmatrix_Write() local
/external/ceres-solver/examples/
Dnist.cc125 typedef Eigen::Matrix<double, Dynamic, Dynamic, RowMajor> Matrix; typedef
/external/clang/test/Sema/
Darray-init.c254 typedef struct _Matrix Matrix; typedef
/external/skia/src/sfnt/
DSkOTTable_glyf.h157 union Matrix { union
/external/skia/tests/
DMatrixTest.cpp815 DEF_TEST(Matrix, reporter) { in DEF_TEST() argument

12