/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuMatrix.hpp | 355 Matrix<T, Rows, Cols>::Matrix(const Matrix<T, Rows, Cols> &src) in Matrix() argument 368 Matrix<T, Rows, Cols> &Matrix<T, Rows, Cols>::operator=(const Matrix<T, Rows, Cols> &src) in operator =() argument 378 Matrix<T, Rows, Cols> &Matrix<T, Rows, Cols>::operator*=(const Matrix<T, Rows, Cols> &src) in operator *=() argument 461 Vector<T, Rows> operator*(const Matrix<T, Rows, Cols> &mtx, const Vector<T, Cols> &vec) in operator *() argument 476 Vector<T, Cols> operator*(const Vector<T, Rows> &vec, const Matrix<T, Rows, Cols> &mtx) in operator *() argument 541 Matrix<T, Rows, Cols> operator+(const Matrix<T, Rows, Cols> &mtx, T scalar) in operator +() argument 551 Matrix<T, Rows, Cols> operator-(const Matrix<T, Rows, Cols> &mtx, T scalar) in operator -() argument 561 Matrix<T, Rows, Cols> operator*(const Matrix<T, Rows, Cols> &mtx, T scalar) in operator *() argument 571 Matrix<T, Rows, Cols> operator/(const Matrix<T, Rows, Cols> &mtx, T scalar) in operator /() argument 583 Matrix<T, Rows, Cols> operator+(const Matrix<T, Rows, Cols> &a, const Matrix<T, Rows, Cols> &b) in operator +() argument [all …]
|
H A D | tcuMatrixUtil.hpp | 61 inline Matrix<T, Cols, Rows> transpose(const Matrix<T, Rows, Cols> &mat) in transpose() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/ |
D | sql.go | 2921 type Rows struct { struct 2922 dc *driverConn // owned; must call releaseConn when closed to release 2923 releaseConn func(error) 2924 rowsi driver.Rows 2925 cancel func() // called when Rows is closed, may be nil. 2926 closeStmt *driverStmt // if non-nil, statement to Close on close 2928 contextDone atomic.Pointer[error] // error that awaitDone saw; set before close attempt 2935 closemu sync.RWMutex 2936 lasterr error // non-nil only if closed is true 2937 closed bool [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/ |
D | row.rs | 10 pub struct Rows<'stmt> { struct 15 impl<'stmt> Rows<'stmt> { argument 89 impl<'stmt> Rows<'stmt> { implementation 107 impl Drop for Rows<'_> { implementation 207 impl<'stmt> FallibleStreamingIterator for Rows<'stmt> { implementation
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderMatrixTests.cpp | 495 tcu::Matrix<T, Rows, Cols> matrixCompMult(const tcu::Matrix<T, Rows, Cols> &a, const tcu::Matrix<T,… in matrixCompMult() argument 509 tcu::Matrix<T, Rows, Cols> negate(const tcu::Matrix<T, Rows, Cols> &mat) in negate() argument 523 tcu::Matrix<T, Rows, Cols> increment(const tcu::Matrix<T, Rows, Cols> &mat) in increment() argument 535 tcu::Matrix<T, Rows, Cols> decrement(const tcu::Matrix<T, Rows, Cols> &mat) in decrement() argument 831 void writeMatrixConstructor(std::ostream &str, const tcu::Matrix<float, Rows, Cols> &m) in writeMatrixConstructor() argument
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/mappers/ |
H A D | mappers.go | 228 func SQLRowToDiffRow(iterRow *sql.Rows) (e.AnalyzedDiffRow, error) { 250 func SQLRowToCommitRow(iterRow *sql.Rows) (e.AnalyzedCommitRow, error) {
|
/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() 133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
|
/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() 133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
|
/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() 133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
|
/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() 133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
|
/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() 133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
|
/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() 133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderMatrixTests.cpp | 901 tcu::Matrix<T, Rows, Cols> matrixCompMult(const tcu::Matrix<T, Rows, Cols> &a, const tcu::Matrix<T,… in matrixCompMult() argument 1095 tcu::Matrix<T, Rows, Cols> negate(const tcu::Matrix<T, Rows, Cols> &mat) in negate() argument 1109 tcu::Matrix<T, Rows, Cols> increment(const tcu::Matrix<T, Rows, Cols> &mat) in increment() argument 1121 tcu::Matrix<T, Rows, Cols> decrement(const tcu::Matrix<T, Rows, Cols> &mat) in decrement() argument 1611 void writeMatrixConstructor(std::ostream &str, const tcu::Matrix<float, Rows, Cols> &m) in writeMatrixConstructor() argument
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Math.h | 169 Matrix(unsigned Rows, unsigned Cols) : in Matrix() 175 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderMatrixTests.cpp | 895 tcu::Matrix<T, Rows, Cols> matrixCompMult(const tcu::Matrix<T, Rows, Cols> &a, const tcu::Matrix<T,… in matrixCompMult() argument 1089 tcu::Matrix<T, Rows, Cols> negate(const tcu::Matrix<T, Rows, Cols> &mat) in negate() argument 1103 tcu::Matrix<T, Rows, Cols> increment(const tcu::Matrix<T, Rows, Cols> &mat) in increment() argument 1115 tcu::Matrix<T, Rows, Cols> decrement(const tcu::Matrix<T, Rows, Cols> &mat) in decrement() argument 1605 void writeMatrixConstructor(std::ostream &str, const tcu::Matrix<float, Rows, Cols> &m) in writeMatrixConstructor() argument
|
/aosp_15_r20/external/eigen/test/ |
H A D | qr_colpivoting.cpp | 69 Rows = MatrixType::RowsAtCompileTime, in cod_fixedsize() enumerator 165 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in qr_fixedsize() enumerator
|
H A D | qr.cpp | 34 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in qr_fixedsize() enumerator
|
H A D | qr_fullpivoting.cpp | 19 static const int Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime; in qr() local
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
H A D | MatrixPower.h | 569 Matrix<ComplexScalar, Rows, Cols, Options, MaxRows, MaxCols>& res, in revertSchur() argument 577 Matrix<RealScalar, Rows, Cols, Options, MaxRows, MaxCols>& res, in revertSchur() argument
|
/aosp_15_r20/external/pdfium/testing/fuzzers/ |
H A D | pdf_codec_fax_fuzzer.cc | 26 int Rows = GetInteger(data + 16); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_matrix.h | 61 uint32 Rows () const in Rows() function
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/ |
H A D | desktop_region.h | 65 typedef std::map<int, Row*> Rows; typedef
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | issue47896.go | 35 func (r *Repository[T]) scan(rows *sql.Rows, m Mapper[*T], c Collection[*T]) error {
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnitIndex.h | 72 std::unique_ptr<Entry[]> Rows; variable
|
/aosp_15_r20/external/eigen/Eigen/src/Core/ |
H A D | GeneralProduct.h | 57 Rows = traits<_Lhs>::RowsAtCompileTime, enumerator
|