/external/eigen/Eigen/src/SparseCore/ |
SparseUtil.h | 167 const StorageIndex& col() const { return m_col; } function in class:Eigen::Triplet
|
SparseView.h | 173 inline Index col() const { return IsRowMajor ? index() : m_outer; } function in class:Eigen::internal::unary_evaluator::InnerIterator
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_SupernodalMatrix.h | 207 inline Index col() const { return m_outer; } function in class:Eigen::internal::MappedSuperNodalMatrix::InnerIterator
|
/external/eigen/test/ |
householder.cpp | 59 m1.col(0).makeHouseholder(essential, beta, alpha);
|
product_extra.cpp | 95 VERIFY_IS_APPROX(m1.col(j2).adjoint() * m1.block(0,j,m1.rows(),c), m1.col(j2).adjoint().eval() * m1.block(0,j,m1.rows(),c).eval()); 349 VERIFY_IS_APPROX(r44.noalias() += m44.col(0) * RowVector4d::Ones(), ones44); 353 VERIFY_IS_APPROX(r44.noalias() += Vector4d::Ones() * m44.col(0).transpose(), ones44);
|
svd_fill.h | 82 m.col(i).setZero();
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
MINRES.h | 266 internal::minres(SelfAdjointWrapper(row_mat), b.col(j), xj,
|
/external/libavc/common/arm/ |
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s | 147 vld1.32 {q9}, [r6], r2 @ horz row0, col 0 164 vld1.32 {q9}, [r11], r2 @ horz row 0, col 1 191 vld1.32 {q9}, [r6], r2 @ horz row 1, col 0 214 vld1.32 {q9}, [r11], r2 @ horz row 1, col 1
|
/external/libhevc/decoder/arm/ |
ihevcd_itrans_recon_dc_chroma.s | 79 @ r9 has the col value
|
ihevcd_itrans_recon_dc_luma.s | 80 @ r9 has the col value
|
/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.h | 267 int col,
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_firstpass.c | 400 MV ref_mv_full = { ref_mv->row >> 3, ref_mv->col >> 3 }; [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_s3tc.c | 43 int col, int row, 53 int col, int row, 63 int col, int row, 73 int col, int row,
|
u_format_s3tc.h | 47 int col, int row,
|
/external/mesa3d/src/mesa/swrast/ |
s_context.h | 121 GLint col, GLint row, GLint img,
|
/external/selinux/gui/ |
semanagePage.py | 92 def search(self, model, col, key, i):
|
/external/sonivox/jet_tools/JetCreator/ |
JetUtils.py | 137 def getColumnText(list, index, col):
139 item = list.GetItem(index, col)
142 def getColumnValue(list, index, col):
144 item = list.GetItem(index, col)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3dx9math.h | 143 FLOAT& operator () (UINT row, UINT col); 144 FLOAT operator () (UINT row, UINT col) const; 229 D3DXCOLOR(DWORD col); 231 D3DXCOLOR(const D3DCOLORVALUE& col);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/ |
dbtables.py | 129 def _data_key(table, col, rowid): 130 return table + _data + col + _data + rowid 132 def _search_col_data_key(table, col): 133 return table + _data + col + _data
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
FormatParagraph.py | 82 lineno, col = map(int, mark.split("."))
|
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/ |
dbtables.py | 129 def _data_key(table, col, rowid): 130 return table + _data + col + _data + rowid 132 def _search_col_data_key(table, col): 133 return table + _data + col + _data
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
FormatParagraph.py | 82 lineno, col = map(int, mark.split("."))
|
/prebuilts/go/darwin-x86/src/go/types/ |
example_test.go | 207 sort.Strings(items) // sort by line:col, in effect 220 // line:col | expr | mode : type = value
|
/prebuilts/go/linux-x86/src/go/types/ |
example_test.go | 207 sort.Strings(items) // sort by line:col, in effect 220 // line:col | expr | mode : type = value
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 129 def _data_key(table, col, rowid): 130 return table + _data + col + _data + rowid 132 def _search_col_data_key(table, col): 133 return table + _data + col + _data
|