Searched defs:xpr (Results 1 – 9 of 9) 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() 111 inline sparse_matrix_block_impl(SparseMatrixType& xpr, Index i) in sparse_matrix_block_impl() 115 …inline sparse_matrix_block_impl(SparseMatrixType& xpr, Index startRow, Index startCol, Index block… in sparse_matrix_block_impl() 294 inline BlockImpl(SparseMatrixType& xpr, Index i) in BlockImpl() 298 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl() 313 inline BlockImpl(SparseMatrixType& xpr, Index i) in BlockImpl() 317 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl() 347 inline BlockImpl(XprType& xpr, Index i) in BlockImpl() 357 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl()
|
/external/eigen/Eigen/src/Core/ |
D | StlIterators.h | 37 …indexed_based_stl_iterator_base(XprType& xpr, Index index) EIGEN_NO_THROW : mp_xpr(&xpr), m_index(… in indexed_based_stl_iterator_base() 116 …indexed_based_stl_reverse_iterator_base(XprType& xpr, Index index) : mp_xpr(&xpr), m_index(index) … in indexed_based_stl_reverse_iterator_base() 197 pointer_based_stl_iterator(XprType& xpr, Index index) EIGEN_NO_THROW : m_incr(xpr.innerStride()) in pointer_based_stl_iterator()
|
D | CoreIterators.h | 41 InnerIterator(const XprType &xpr, const Index &outerId) in InnerIterator()
|
/external/clang/test/CXX/basic/basic.def.odr/ |
D | p2-typeid.cpp | 28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) { in test() argument
|
/external/eigen/test/ |
D | nesting_ops.cpp | 16 void use_n_times(const XprType &xpr) in use_n_times()
|
D | sparse_permutations.cpp | 38 typename internal::nested_eval<T,1>::type eval(const T &xpr) in eval()
|
D | indexed_view.cpp | 54 bool match(const T& xpr, std::string ref, std::string str_xpr = "") { in match()
|
D | stl_iterators.cpp | 63 void check_begin_end_for_loop(Xpr xpr) in check_begin_end_for_loop()
|
/external/libwebsockets/lib/system/smd/ |
D | smd.c | 171 lws_smd_peer_t *xpr = lws_container_of(p, lws_smd_peer_t, list); in _lws_smd_msg_destroy() local
|