| /external/deqp/framework/common/ |
| 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 …]
|
| D | tcuMatrixUtil.hpp | 61 inline Matrix<T, Cols, Rows> transpose (const Matrix<T, Rows, Cols>& mat) in transpose() argument
|
| /external/rust/crates/rusqlite/src/ |
| D | row.rs | 10 pub struct Rows<'stmt> { struct 15 impl<'stmt> Rows<'stmt> { impl 89 impl<'stmt> Rows<'stmt> { impl 107 impl Drop for Rows<'_> { implementation 207 impl<'stmt> FallibleStreamingIterator for Rows<'stmt> { implementation
|
| /external/swiftshader/third_party/llvm-10.0/llvm/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()
|
| /external/pdfium/testing/fuzzers/ |
| D | pdf_codec_fax_fuzzer.cc | 26 int Rows = GetInteger(data + 16); in LLVMFuzzerTestOneInput() local
|
| /external/dng_sdk/source/ |
| D | dng_matrix.h | 61 uint32 Rows () const in Rows() function
|
| /external/webrtc/modules/desktop_capture/ |
| D | desktop_region.h | 65 typedef std::map<int, Row*> Rows; typedef
|
| /external/llvm/include/llvm/CodeGen/PBQP/ |
| D | Math.h | 169 Matrix(unsigned Rows, unsigned Cols) : in Matrix() 175 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
|
| /external/deqp/modules/gles2/functional/ |
| D | es2fShaderMatrixTests.cpp | 393 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/eigen/test/ |
| D | qr_colpivoting.cpp | 69 Rows = MatrixType::RowsAtCompileTime, in cod_fixedsize() enumerator 165 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in qr_fixedsize() enumerator
|
| D | qr.cpp | 34 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in qr_fixedsize() enumerator
|
| D | qr_fullpivoting.cpp | 19 static const int Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime; in qr() local
|
| D | triangular.cpp | 182 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in triangular_rect() enumerator
|
| D | permutationmatrices.cpp | 18 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime, in permutationmatrices() enumerator
|
| D | diagonalmatrices.cpp | 15 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in diagonalmatrices() enumerator
|
| /external/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFUnitIndex.h | 72 std::unique_ptr<Entry[]> Rows; variable
|
| D | DWARFDebugLine.h | 215 RowVector Rows; member
|
| /external/eigen/Eigen/src/Core/ |
| D | GeneralProduct.h | 57 Rows = traits<_Lhs>::RowsAtCompileTime, enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFUnitIndex.h | 75 std::unique_ptr<Entry[]> Rows; variable
|
| /external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
| 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
|
| /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
| D | LMqrsolv.h | 24 Matrix<Scalar,Rows,Cols> &s, in lmqrsolv() argument
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fShaderMatrixTests.cpp | 625 tcu::Matrix<T, Rows, Cols> matrixCompMult (const tcu::Matrix<T, Rows, Cols>& a, const tcu::Matrix<T… in matrixCompMult() argument 832 tcu::Matrix<T, Rows, Cols> negate (const tcu::Matrix<T, Rows, Cols>& mat) in negate() argument 846 tcu::Matrix<T, Rows, Cols> increment (const tcu::Matrix<T, Rows, Cols>& mat) in increment() argument 858 tcu::Matrix<T, Rows, Cols> decrement (const tcu::Matrix<T, Rows, Cols>& mat) in decrement() argument 1321 void writeMatrixConstructor (std::ostream& str, const tcu::Matrix<float, Rows, Cols>& m) in writeMatrixConstructor() argument
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderMatrixTests.cpp | 619 tcu::Matrix<T, Rows, Cols> matrixCompMult (const tcu::Matrix<T, Rows, Cols>& a, const tcu::Matrix<T… in matrixCompMult() argument 826 tcu::Matrix<T, Rows, Cols> negate (const tcu::Matrix<T, Rows, Cols>& mat) in negate() argument 840 tcu::Matrix<T, Rows, Cols> increment (const tcu::Matrix<T, Rows, Cols>& mat) in increment() argument 852 tcu::Matrix<T, Rows, Cols> decrement (const tcu::Matrix<T, Rows, Cols>& mat) in decrement() argument 1315 void writeMatrixConstructor (std::ostream& str, const tcu::Matrix<float, Rows, Cols>& m) in writeMatrixConstructor() argument
|
| /external/skia/include/core/ |
| D | SkM44.h | 191 static SkM44 Rows(const SkV4& r0, const SkV4& r1, const SkV4& r2, const SkV4& r3) { in Rows() function
|
| /external/pdfium/core/fpdfapi/parser/ |
| D | fpdf_parser_decode.cpp | 304 int Rows = 0; in CreateFaxDecoder() local
|