/external/bazelbuild-rules_rust/examples/ffi/rust_calling_c/src/ |
D | ffi.rs | 19 pub struct Matrix { struct 27 pub fn matrix_new(rows: size_t, cols: size_t, data: *const u64) -> *mut Matrix; in matrix_new() 28 pub fn matrix_at(matrix: *const Matrix, row: size_t, col: size_t, n: *mut u64) -> c_int; in matrix_at() 29 pub fn matrix_set(matrix: *const Matrix, row: size_t, col: size_t, n: u64) -> c_int; in matrix_set() 30 pub fn matrix_transpose(matrix: *mut Matrix); in matrix_transpose() 31 pub fn matrix_equal(a: *const Matrix, b: *const Matrix) -> c_int; in matrix_equal() 32 pub fn matrix_free(matrix: *mut Matrix); in matrix_free()
|
D | matrix.rs | 23 pub struct Matrix { struct 24 matrix: *mut ffi::Matrix, argument 28 impl Matrix { implementation 35 pub fn new(rows: usize, cols: usize, data: &[u64]) -> Matrix { in new() 102 impl ops::Drop for Matrix { implementation
|
/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/android-crates-io/crates/criterion-plot/src/ |
D | data.rs | 28 pub struct Matrix { struct 34 impl Matrix { implementation
|
/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-16.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/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/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/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/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/skia/src/effects/colorfilters/ |
D | SkMatrixColorFilter.cpp | 111 sk_sp<SkColorFilter> SkColorFilters::Matrix(const float array[20], Clamp clamp) { in Matrix() function in SkColorFilters 115 sk_sp<SkColorFilter> SkColorFilters::Matrix(const SkColorMatrix& cm, Clamp clamp) { in Matrix() function in SkColorFilters
|
/external/angle/src/common/ |
D | matrix_utils.h | 87 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix() function 94 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix() function 101 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix() function
|
/external/bazelbuild-rules_rust/examples/ffi/rust_calling_c/c/ |
D | matrix.h | 25 } Matrix; typedef
|
/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-10.0/llvm/lib/CodeGen/ |
D | AllocationOrder.cpp | 32 const LiveRegMatrix *Matrix) in AllocationOrder()
|
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
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 Matrix(long nativeInstance) { in Matrix() method in Matrix
|
/external/tensorflow/tensorflow/core/kernels/linalg/ |
D | matrix_square_root_op.cc | 42 using Matrix = in ComputeMatrix() typedef
|
D | matrix_logarithm_op.cc | 42 using Matrix = in ComputeMatrix() typedef
|
D | matrix_exponential_op.cc | 42 using Matrix = in ComputeMatrix() typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | AllocationOrder.cpp | 31 const LiveRegMatrix *Matrix) { in create()
|