Home
last modified time | relevance | path

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

123456

/external/swiftshader/src/Renderer/
DMatrix.hpp24 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/
Dembedding-network-params.h80 struct Matrix { struct
100 Matrix GetEmbeddingMatrix(int i) const { in GetEmbeddingMatrix() argument
/external/rust/crates/criterion-plot/src/
Ddata.rs30 pub struct Matrix { struct
36 impl Matrix { argument
/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/llvm-project/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h127 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
DReductionRules.h34 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/
DMath.h127 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
DReductionRules.h34 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/
Dtest.h60 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
Dbenchmark_all_sizes.cc53 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/
Dtest_buffers.cpp16 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/
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
/external/llvm-project/llvm/docs/
DCodeGenerator.rst1974 .. _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/
DCodeGenerator.rst1935 .. _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/
Dmatrix_utils.h30 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/
Dmatrix-type.cpp56 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/
DMatrix.java13 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/
DAllocationOrder.cpp32 const LiveRegMatrix *Matrix) in AllocationOrder()
/external/llvm/lib/CodeGen/
DAllocationOrder.cpp33 const LiveRegMatrix *Matrix) in AllocationOrder()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_logarithm_op.cc42 using Matrix = in ComputeMatrix() typedef
Dmatrix_square_root_op.cc42 using Matrix = in ComputeMatrix() typedef
Dmatrix_exponential_op.cc42 using Matrix = in ComputeMatrix() typedef
/external/llvm-project/llvm/lib/CodeGen/
DAllocationOrder.cpp31 const LiveRegMatrix *Matrix) { in create()

123456