/external/clang/test/SemaCXX/ |
D | cxx11-call-to-deleted-constructor.cpp | 11 class Matrix { class 24 template <class VT> class Matrix<VT, 0, 0> { // expected-note {{passing argument to parameter here}} class
|
/external/gemmlowp/test/ |
D | test.h | 65 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/ |
D | eigen.h | 42 Eigen::RowMajor> Matrix; typedef 68 Matrix; typedef
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | Math.h | 169 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
|
D | ReductionRules.h | 33 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
|
D | CostAllocator.h | 115 typedef MatrixT Matrix; typedef
|
D | Graph.h | 56 typedef typename SolverT::Matrix Matrix; typedef
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1942 .. _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/ |
D | AllocationOrder.cpp | 33 const LiveRegMatrix *Matrix) in AllocationOrder()
|
D | RegAllocBase.h | 65 LiveRegMatrix *Matrix; variable
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | RotationBase.h | 64 ::Matrix(const RotationBase<OtherDerived,ColsAtCompileTime>& r) in Matrix() function
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralRanges.java | 44 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/ |
D | PluralRanges.java | 46 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/ |
D | matrix.h | 67 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/ |
D | tcuMatrix.hpp | 35 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/ |
D | LiveRegMatrix.h | 48 LiveIntervalUnion::Array Matrix; variable
|
D | RegAllocPBQP.h | 335 typedef RAMatrix Matrix; typedef
|
/external/eigen/test/eigen2/ |
D | gsl_helper.h | 26 typedef gsl_matrix* Matrix; typedef
|
/external/eigen/test/ |
D | nomalloc.cpp | 110 maxSize, maxSize> Matrix; in ctms_decompositions() typedef
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsps2.c | 733 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
|
D | cmstypes.c | 1741 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/ |
D | nist.cc | 125 typedef Eigen::Matrix<double, Dynamic, Dynamic, RowMajor> Matrix; typedef
|
/external/clang/test/Sema/ |
D | array-init.c | 254 typedef struct _Matrix Matrix; typedef
|
/external/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 157 union Matrix { union
|
/external/skia/tests/ |
D | MatrixTest.cpp | 815 DEF_TEST(Matrix, reporter) { in DEF_TEST() argument
|