Home
last modified time | relevance | path

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

1234

/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/swiftshader/src/Device/
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/lang_id/common/
Dembedding-network-params.h80 struct Matrix { struct
100 Matrix GetEmbeddingMatrix(int i) const { in GetEmbeddingMatrix() 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h128 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
DReductionRules.h35 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/
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.cc49 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/
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/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DMath.h116 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/
DCodeGenerator.rst1946 .. _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/
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/llvm/lib/CodeGen/
DAllocationOrder.cpp33 const LiveRegMatrix *Matrix) in AllocationOrder()
DRegAllocBase.h65 LiveRegMatrix *Matrix; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAllocationOrder.cpp33 const LiveRegMatrix *Matrix) in AllocationOrder()
DRegAllocBase.h69 LiveRegMatrix *Matrix = nullptr; variable
/external/tensorflow/tensorflow/core/kernels/
Dmatrix_exponential_op.cc42 using Matrix = in ComputeMatrix() typedef
Dmatrix_logarithm_op.cc42 using Matrix = in ComputeMatrix() typedef
Dmatrix_square_root_op.cc42 using Matrix = in ComputeMatrix() typedef
Dself_adjoint_eig_v2_op_impl.h44 using Matrix = typename Base::Matrix; variable
Dself_adjoint_eig_op.cc39 using Matrix = typename Base::Matrix; typedef in tensorflow::SelfAdjointEigOp
/external/icu/icu4j/main/classes/core/src/com/ibm/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/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRanges.java48 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/
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

1234