| /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> { implementation 77 impl<'stmt> Rows<'stmt> { implementation 93 impl Drop for Rows<'_> { implementation 205 impl<'stmt> FallibleStreamingIterator for Rows<'stmt> { implementation
|
| D | column.rs | 105 impl<'stmt> 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/llvm-project/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-project/clang/test/SemaCXX/ |
| D | matrix-type.cpp | 7 void matrix_var_dimensions(int Rows, unsigned Columns, char C) { in matrix_var_dimensions()
|
| /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/skia/resources/particles/ |
| D | orientation.json | 8 "Rows": 1 number
|
| D | sprite_frame.json | 8 "Rows": 4 number
|
| /external/eigen/test/ |
| D | qr_colpivoting.cpp | 68 Rows = MatrixType::RowsAtCompileTime, in cod_fixedsize() enumerator 162 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in qr_fixedsize() enumerator
|
| D | qr.cpp | 35 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in qr_fixedsize() enumerator
|
| D | diagonalmatrices.cpp | 16 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in diagonalmatrices() enumerator
|
| D | triangular.cpp | 140 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in triangular_rect() enumerator
|
| D | permutationmatrices.cpp | 19 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime, in permutationmatrices() enumerator
|
| /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/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFUnitIndex.h | 72 std::unique_ptr<Entry[]> Rows; variable
|
| /external/eigen/Eigen/src/Core/ |
| D | GeneralProduct.h | 42 Rows = traits<_Lhs>::RowsAtCompileTime, enumerator
|
| /external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFUnitIndex.h | 126 std::unique_ptr<Entry[]> Rows; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFUnitIndex.h | 75 std::unique_ptr<Entry[]> Rows; variable
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | matrix-type.cpp | 136 void matrix_template_reference(MatrixClassTemplate<Ty, Rows, Cols> &a, MatrixClassTemplate<Ty, Rows… in matrix_template_reference() argument
|
| /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
| D | LMqrsolv.h | 24 Matrix<Scalar,Rows,Cols> &s, in lmqrsolv() argument
|