Home
last modified time | relevance | path

Searched defs:xpr (Results 1 – 9 of 9) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h35 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/
DStlIterators.h37 …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()
DCoreIterators.h41 InnerIterator(const XprType &xpr, const Index &outerId) in InnerIterator()
/external/clang/test/CXX/basic/basic.def.odr/
Dp2-typeid.cpp28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) { in test() argument
/external/eigen/test/
Dnesting_ops.cpp16 void use_n_times(const XprType &xpr) in use_n_times()
Dsparse_permutations.cpp38 typename internal::nested_eval<T,1>::type eval(const T &xpr) in eval()
Dindexed_view.cpp54 bool match(const T& xpr, std::string ref, std::string str_xpr = "") { in match()
Dstl_iterators.cpp63 void check_begin_end_for_loop(Xpr xpr) in check_begin_end_for_loop()
/external/libwebsockets/lib/system/smd/
Dsmd.c171 lws_smd_peer_t *xpr = lws_container_of(p, lws_smd_peer_t, list); in _lws_smd_msg_destroy() local