/aosp_15_r20/external/bazelbuild-rules_rust/examples/ffi/rust_calling_c/src/ |
H A 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()
|
H A 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
|
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/ |
H A D | embedding-network-params.h | 80 struct Matrix { struct 100 Matrix GetEmbeddingMatrix(int i) const { in GetEmbeddingMatrix() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/ |
D | data.rs | 28 pub struct Matrix { struct 34 impl Matrix { implementation
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
D | gdiplusmatrix.h | 47 Matrix(): nativeMatrix(NULL), lastStatus(Ok) in Matrix() function 51 Matrix(REAL m11, REAL m12, REAL m21, REAL m22, REAL dx, REAL dy): in Matrix() function 58 Matrix(const RectF& rect, const PointF *dstplg): in Matrix() function 64 Matrix(const Rect& rect, const Point *dstplg): in Matrix() function 223 Matrix(GpMatrix *matrix, Status status): in Matrix() function
|
/aosp_15_r20/external/llvm/docs/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
H A 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
|
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/PBQP/ |
H A 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
|
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | Matrix.java | 22 public class Matrix { class 33 public Matrix(int rows, int cols) { in Matrix() method in Matrix 48 public Matrix(int stride, double[] values) { in Matrix() method in Matrix 60 public Matrix(Matrix that) { in Matrix() method in Matrix
|
/aosp_15_r20/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
H A D | Matrix.java | 28 public class Matrix { class 73 public Matrix() { in Matrix() method in Matrix 78 public Matrix(Matrix matrix) { in Matrix() method in Matrix 82 protected Matrix(double[] m) { in Matrix() method in Matrix
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/PBQP/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/gemmlowp/test/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuMatrix.hpp | 35 class Matrix class 318 Matrix<T, Rows, Cols>::Matrix(void) in Matrix() function in tcu::Matrix 327 Matrix<T, Rows, Cols>::Matrix(const T &src) in Matrix() function in tcu::Matrix 336 Matrix<T, Rows, Cols>::Matrix(const T src[Rows * Cols]) in Matrix() function in tcu::Matrix 345 Matrix<T, Rows, Cols>::Matrix(const Vector<T, Rows> &src) in Matrix() function in tcu::Matrix 355 Matrix<T, Rows, Cols>::Matrix(const Matrix<T, Rows, Cols> &src) in Matrix() function in tcu::Matrix
|
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
H A 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
|