Home
last modified time | relevance | path

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

12

/external/deqp/framework/common/
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 …]
DtcuMatrixUtil.hpp61 inline Matrix<T, Cols, Rows> transpose (const Matrix<T, Rows, Cols>& mat) in transpose() argument
/external/rust/crates/rusqlite/src/
Drow.rs10 pub struct Rows<'stmt> { struct
15 impl<'stmt> Rows<'stmt> { implementation
77 impl<'stmt> Rows<'stmt> { implementation
93 impl Drop for Rows<'_> { implementation
205 impl<'stmt> FallibleStreamingIterator for Rows<'stmt> { implementation
Dcolumn.rs105 impl<'stmt> Rows<'stmt> { implementation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h127 Matrix(unsigned Rows, unsigned Cols) : in Matrix()
133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/
DMath.h127 Matrix(unsigned Rows, unsigned Cols) : in Matrix()
133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
/external/pdfium/testing/fuzzers/
Dpdf_codec_fax_fuzzer.cc26 int Rows = GetInteger(data + 16); in LLVMFuzzerTestOneInput() local
/external/dng_sdk/source/
Ddng_matrix.h61 uint32 Rows () const in Rows() function
/external/webrtc/modules/desktop_capture/
Ddesktop_region.h65 typedef std::map<int, Row*> Rows; typedef
/external/llvm-project/clang/test/SemaCXX/
Dmatrix-type.cpp7 void matrix_var_dimensions(int Rows, unsigned Columns, char C) { in matrix_var_dimensions()
/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h169 Matrix(unsigned Rows, unsigned Cols) : in Matrix()
175 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
/external/skia/resources/particles/
Dorientation.json8 "Rows": 1 number
Dsprite_frame.json8 "Rows": 4 number
/external/eigen/test/
Dqr_colpivoting.cpp68 Rows = MatrixType::RowsAtCompileTime, in cod_fixedsize() enumerator
162 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in qr_fixedsize() enumerator
Dqr.cpp35 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in qr_fixedsize() enumerator
Ddiagonalmatrices.cpp16 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in diagonalmatrices() enumerator
Dtriangular.cpp140 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in triangular_rect() enumerator
Dpermutationmatrices.cpp19 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime, in permutationmatrices() enumerator
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp393 tcu::Matrix<T, Rows, Cols> matrixCompMult (const tcu::Matrix<T, Rows, Cols>& a, const tcu::Matrix<T… in matrixCompMult() argument
407 tcu::Matrix<T, Rows, Cols> negate (const tcu::Matrix<T, Rows, Cols>& mat) in negate() argument
421 tcu::Matrix<T, Rows, Cols> increment (const tcu::Matrix<T, Rows, Cols>& mat) in increment() argument
433 tcu::Matrix<T, Rows, Cols> decrement (const tcu::Matrix<T, Rows, Cols>& mat) in decrement() argument
715 void writeMatrixConstructor (std::ostream& str, const tcu::Matrix<float, Rows, Cols>& m) in writeMatrixConstructor() argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h72 std::unique_ptr<Entry[]> Rows; variable
/external/eigen/Eigen/src/Core/
DGeneralProduct.h42 Rows = traits<_Lhs>::RowsAtCompileTime, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h126 std::unique_ptr<Entry[]> Rows; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h75 std::unique_ptr<Entry[]> Rows; variable
/external/llvm-project/clang/test/CodeGenCXX/
Dmatrix-type.cpp136 void matrix_template_reference(MatrixClassTemplate<Ty, Rows, Cols> &a, MatrixClassTemplate<Ty, Rows… in matrix_template_reference() argument
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DLMqrsolv.h24 Matrix<Scalar,Rows,Cols> &s, in lmqrsolv() argument

12