Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/deqp/framework/common/
H A DtcuMatrix.hpp355 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 DtcuMatrixUtil.hpp61 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/
Dsql.go2921 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/
Drow.rs10 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 Des2fShaderMatrixTests.cpp495 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 Dmappers.go228 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 DMath.h127 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/
DMath.h127 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/
DMath.h127 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/
DMath.h127 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 DMath.h127 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/
DMath.h127 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 Des3fShaderMatrixTests.cpp901 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 DMath.h169 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 DvktShaderRenderMatrixTests.cpp895 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 Dqr_colpivoting.cpp69 Rows = MatrixType::RowsAtCompileTime, in cod_fixedsize() enumerator
165 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in qr_fixedsize() enumerator
H A Dqr.cpp34 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in qr_fixedsize() enumerator
H A Dqr_fullpivoting.cpp19 static const int Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime; in qr() local
/aosp_15_r20/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixPower.h569 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 Dpdf_codec_fax_fuzzer.cc26 int Rows = GetInteger(data + 16); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_matrix.h61 uint32 Rows () const in Rows() function
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_region.h65 typedef std::map<int, Row*> Rows; typedef
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue47896.go35 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 DDWARFUnitIndex.h72 std::unique_ptr<Entry[]> Rows; variable
/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h57 Rows = traits<_Lhs>::RowsAtCompileTime, enumerator

1234