| /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/libtextclassifier/native/lang_id/common/ |
| D | embedding-network-params.h | 80 struct Matrix { struct 100 Matrix GetEmbeddingMatrix(int i) const { in GetEmbeddingMatrix() argument
|
| /external/rust/crates/criterion-plot/src/ |
| D | data.rs | 30 pub struct Matrix { struct 36 impl Matrix { 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/llvm-project/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-10.0/llvm/include/llvm/CodeGen/PBQP/ |
| D | Math.h | 127 Matrix(unsigned Rows, unsigned Cols) : in Matrix() function 133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() function 140 Matrix(const Matrix &M) in Matrix() function 147 Matrix(Matrix &&M) in Matrix() function
|
| D | ReductionRules.h | 34 using Matrix = typename GraphT::Matrix; in applyR1() local 78 using Matrix = typename GraphT::Matrix; in applyR2() local 182 using Matrix = typename GraphT::Matrix; in backpropagate() local
|
| /external/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
| D | Math.h | 127 Matrix(unsigned Rows, unsigned Cols) : in Matrix() function 133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() function 140 Matrix(const Matrix &M) in Matrix() function 147 Matrix(Matrix &&M) in Matrix() function
|
| D | ReductionRules.h | 34 using Matrix = typename GraphT::Matrix; in applyR1() local 78 using Matrix = typename GraphT::Matrix; in applyR2() local 182 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 | 53 class Matrix : public MatrixMap<tScalar, tOrder> { class 66 Matrix() : Map(nullptr, 0, 0, 0) {} in Matrix() function in gemmlowp::Matrix 68 Matrix(int rows, int cols) : Map(nullptr, 0, 0, 0) { Resize(rows, cols); } in Matrix() function in gemmlowp::Matrix 70 Matrix(const Matrix& other) : Map(nullptr, 0, 0, 0) { *this = other; } in Matrix() function in gemmlowp::Matrix
|
| /external/python/pybind11/tests/ |
| D | test_buffers.cpp | 16 class Matrix { in TEST_SUBMODULE() class 18 Matrix(py::ssize_t rows, py::ssize_t cols) : m_rows(rows), m_cols(cols) { in TEST_SUBMODULE() function in TEST_SUBMODULE::Matrix 24 Matrix(const Matrix &s) : m_rows(s.m_rows), m_cols(s.m_cols) { in TEST_SUBMODULE() function in TEST_SUBMODULE::Matrix 30 Matrix(Matrix &&s) : m_rows(s.m_rows), m_cols(s.m_cols), m_data(s.m_data) { in TEST_SUBMODULE() function in TEST_SUBMODULE::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/llvm-project/llvm/docs/ |
| D | CodeGenerator.rst | 1974 .. _feat_reliable: 1976 Is Generally Reliable 1985 Assembly Parser 1995 Disassembler 2003 Inline Asm 2011 JIT Support 2024 .o File Writing 2038 Tail Calls 2047 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/angle/src/common/ |
| D | matrix_utils.h | 30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix() function 37 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix() function 44 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix() function
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | matrix-type.cpp | 56 struct Matrix { struct 62 void matrix_struct_pointers(Matrix *a, Matrix *b) { in matrix_struct_pointers() argument
|
| /external/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| D | Matrix.java | 13 public class Matrix { class 19 public Matrix() { in Matrix() method in Matrix 29 public Matrix(float m0, float m4, float m8, float m12, in Matrix() method in Matrix 39 private Matrix(long nativeInstance) { in Matrix() method in Matrix
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | AllocationOrder.cpp | 32 const LiveRegMatrix *Matrix) in AllocationOrder()
|
| /external/llvm/lib/CodeGen/ |
| D | AllocationOrder.cpp | 33 const LiveRegMatrix *Matrix) in AllocationOrder()
|
| /external/tensorflow/tensorflow/core/kernels/linalg/ |
| D | matrix_logarithm_op.cc | 42 using Matrix = in ComputeMatrix() typedef
|
| D | matrix_square_root_op.cc | 42 using Matrix = in ComputeMatrix() typedef
|
| D | matrix_exponential_op.cc | 42 using Matrix = in ComputeMatrix() typedef
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | AllocationOrder.cpp | 31 const LiveRegMatrix *Matrix) { in create()
|