Searched defs:BlockImpl (Results 1 – 2 of 2) sorted by relevance
| /external/eigen/Eigen/src/SparseCore/ |
| D | SparseBlock.h | 35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() function 294 inline BlockImpl(SparseMatrixType& xpr, Index i) in BlockImpl() function 298 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl() function 313 inline BlockImpl(SparseMatrixType& xpr, Index i) in BlockImpl() function 317 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl() function 347 inline BlockImpl(XprType& xpr, Index i) in BlockImpl() function 357 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() function
|
| /external/llvm-libc/test/src/string/memory_utils/ |
| D | op_tests.cpp | 81 static constexpr auto BlockImpl = CopyBlockAdaptor<kSize, Impl::block>; in TYPED_TEST() local 162 static constexpr auto BlockImpl = SetBlockAdaptor<kSize, Impl::block>; in TYPED_TEST() local 240 static constexpr auto BlockImpl = CmpBlockAdaptor<kSize, Impl::block>; in TYPED_TEST() local 310 static constexpr auto BlockImpl = CmpBlockAdaptor<kSize, Impl::block>; in TYPED_TEST() local
|