| /external/swiftshader/src/Renderer/ |
| D | Matrix.hpp | 24 struct Matrix struct 42 float m[4][4]; 113 inline Matrix::Matrix() in Matrix() function in sw::Matrix 117 inline Matrix::Matrix(const int i) in Matrix() function in sw::Matrix 129 inline Matrix::Matrix(const float m[16]) in Matrix() function in sw::Matrix 139 inline Matrix::Matrix(const float m[4][4]) in Matrix() function in sw::Matrix 149 inline Matrix::Matrix(float m11, float m12, float m13, in Matrix() function in sw::Matrix 161 inline Matrix::Matrix(float m11, float m12, float m13, float m14, in Matrix() function in sw::Matrix 174 inline Matrix::Matrix(const Vector &v1, const Vector &v2, const Vector &v3) in Matrix() function in sw::Matrix
|
| /external/swiftshader/src/Device/ |
| D | Matrix.hpp | 24 struct Matrix struct 42 float m[4][4]; 113 inline Matrix::Matrix() in Matrix() function in sw::Matrix 117 inline Matrix::Matrix(const int i) in Matrix() function in sw::Matrix 129 inline Matrix::Matrix(const float m[16]) in Matrix() function in sw::Matrix 139 inline Matrix::Matrix(const float m[4][4]) in Matrix() function in sw::Matrix 149 inline Matrix::Matrix(float m11, float m12, float m13, in Matrix() function in sw::Matrix 161 inline Matrix::Matrix(float m11, float m12, float m13, float m14, in Matrix() function in sw::Matrix 174 inline Matrix::Matrix(const Vector &v1, const Vector &v2, const Vector &v3) in Matrix() function in sw::Matrix
|
| /external/libtextclassifier/lang_id/common/ |
| D | embedding-network-params.h | 80 struct Matrix { struct 100 Matrix GetEmbeddingMatrix(int i) const { in GetEmbeddingMatrix() argument
|
| /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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/ |
| D | Math.h | 128 Matrix(unsigned Rows, unsigned Cols) : in Matrix() function 134 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() function 141 Matrix(const Matrix &M) in Matrix() function 148 Matrix(Matrix &&M) in Matrix() function
|
| D | ReductionRules.h | 35 using Matrix = typename GraphT::Matrix; in applyR1() local 79 using Matrix = typename GraphT::Matrix; in applyR2() local 183 using Matrix = typename GraphT::Matrix; in backpropagate() local
|
| /external/gemmlowp/test/ |
| D | test.h | 60 Matrix() : Map(nullptr, 0, 0, 0) {} in Matrix() function 62 Matrix(int rows, int cols) : Map(nullptr, 0, 0, 0) { Resize(rows, cols); } in Matrix() function 64 Matrix(const Matrix& other) : Map(nullptr, 0, 0, 0) { *this = other; } in Matrix() function
|
| D | benchmark_all_sizes.cc | 49 class Matrix : public MatrixMap<tScalar, tOrder> { class 62 Matrix() : Map(nullptr, 0, 0, 0) {} in Matrix() function in gemmlowp::Matrix 64 Matrix(int rows, int cols) : Map(nullptr, 0, 0, 0) { Resize(rows, cols); } in Matrix() function in gemmlowp::Matrix 66 Matrix(const Matrix& other) : Map(nullptr, 0, 0, 0) { *this = other; } in Matrix() function in gemmlowp::Matrix
|
| /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
|
| /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/ |
| D | Math.h | 116 Matrix(unsigned rows, unsigned cols) : in Matrix() function 122 Matrix(unsigned rows, unsigned cols, PBQPNum initVal) : in Matrix() function 128 Matrix(const Matrix &m) : in Matrix() function
|
| /external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
| D | CodeGenerator.rst | 1946 .. _feat_reliable: 1948 Is Generally Reliable 1957 Assembly Parser 1967 Disassembler 1975 Inline Asm 1983 JIT Support 1996 .o File Writing 2010 Tail Calls 2019 Segmented Stacks
|
| /external/llvm/docs/ |
| D | CodeGenerator.rst | 1935 .. _feat_reliable: 1937 Is Generally Reliable 1946 Assembly Parser 1956 Disassembler 1964 Inline Asm 1972 JIT Support 1985 .o File Writing 1999 Tail Calls 2008 Segmented Stacks
|
| /external/llvm/lib/CodeGen/ |
| D | AllocationOrder.cpp | 33 const LiveRegMatrix *Matrix) in AllocationOrder()
|
| D | RegAllocBase.h | 65 LiveRegMatrix *Matrix; variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| D | AllocationOrder.cpp | 33 const LiveRegMatrix *Matrix) in AllocationOrder()
|
| D | RegAllocBase.h | 69 LiveRegMatrix *Matrix = nullptr; variable
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | matrix_exponential_op.cc | 42 using Matrix = in ComputeMatrix() typedef
|
| D | matrix_logarithm_op.cc | 42 using Matrix = in ComputeMatrix() typedef
|
| D | matrix_square_root_op.cc | 42 using Matrix = in ComputeMatrix() typedef
|
| D | self_adjoint_eig_v2_op_impl.h | 44 using Matrix = typename Base::Matrix; variable
|
| D | self_adjoint_eig_op.cc | 39 using Matrix = typename Base::Matrix; typedef in tensorflow::SelfAdjointEigOp
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/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/icu/android_icu4j/src/main/java/android/icu/text/ |
| D | PluralRanges.java | 48 private static final class Matrix implements Comparable<Matrix>, Cloneable { class in PluralRanges 56 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
|