/external/e2fsprogs/ext2ed/ |
file_com.c | 320 long offset=0,last_offset,l=0,cols=0; local 336 if (cols==SHOW_PAD_COLS-1) { 338 l++;cols=0; 352 l++;cols=0; 368 offset++;cols++;ch_ptr++;
|
/external/eigen/Eigen/src/Core/util/ |
XprHelper.h | 105 template<typename Scalar, int Rows, int Cols, int Options, int MaxRows, int MaxCols> 216 Cols = traits<T>::ColsAtCompileTime, 222 Cols, 234 Cols = traits<T>::ColsAtCompileTime, 240 Cols,
|
/external/eigen/Eigen/src/Householder/ |
HouseholderSequence.h | 174 Index rows() const { return Side==OnTheLeft ? m_vectors.rows() : m_vectors.cols(); } 180 Index cols() const { return rows(); } function in class:Eigen::HouseholderSequence 260 for(Index k = 0; k<cols()-vecs ; ++k) 302 Matrix<Scalar,1,Dest::ColsAtCompileTime,RowMajor,1,Dest::MaxColsAtCompileTime> workspace(dst.cols()); 310 workspace.resize(dst.cols());
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
IncompleteLUT.h | 72 Index cols() const { return m_lu.cols(); } function in class:Eigen::IncompleteLUT 122 eigen_assert(cols()==b.rows() 246 eigen_assert((amat.rows() == amat.cols()) && "The factorization should be done on a square matrix"); 247 int n = amat.cols(); // Size of the matrix
|
/external/eigen/Eigen/src/LU/ |
Inverse.h | 283 inline Index cols() const { return m_matrix.cols(); } function in struct:Eigen::internal::inverse_impl 319 eigen_assert(rows() == cols()); 351 eigen_assert(rows() == cols()); 390 eigen_assert(rows() == cols());
|
/external/opencv/cxcore/src/ |
cxjacobieigens.cpp | 390 if( src->cols != src->rows ) 396 if( (evals->rows != src->rows || evals->cols != 1) && 397 (evals->cols != src->rows || evals->rows != 1)) 411 evals->data.fl, src->cols, (float)eps )); 418 evals->data.db, src->cols, eps ));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
form.h | 74 short cols; /* size in cols */ member in struct:fieldnode 78 int dcols; /* dynamic cols */ 137 short cols; /* size in cols */ member in struct:formnode
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
form.h | 74 short cols; /* size in cols */ member in struct:fieldnode 78 int dcols; /* dynamic cols */ 137 short cols; /* size in cols */ member in struct:formnode
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
form.h | 74 short cols; /* size in cols */ member in struct:fieldnode 78 int dcols; /* dynamic cols */ 137 short cols; /* size in cols */ member in struct:formnode
|
/external/libvpx/libvpx/vp8/common/ |
postproc.c | 137 int cols, 154 for (col = 0; col < cols; col++) 181 p_src[cols] = p_src[cols + 1] = p_src[cols - 1]; 183 for (col = 0; col < cols; col++) 222 void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit) 240 for (i = cols; i<cols+17; i++) 241 s[i]=s[cols-1] [all...] |
/external/opencv/cxcore/include/ |
cxtypes.h | 570 int cols; member in union:CvMat::__anon24005 575 int cols; member in struct:CvMat 585 ((const CvMat*)(mat))->cols > 0 && ((const CvMat*)(mat))->rows > 0) 603 ((mat1)->rows == (mat2)->rows && (mat1)->cols == (mat2)->cols) 606 (((mat)->rows|(mat)->cols) == 1) 621 CV_INLINE CvMat cvMat( int rows, int cols, int type, void* data CV_DEFAULT(NULL)) 628 m.cols = cols; 630 m.step = rows > 1 ? m.cols*CV_ELEM_SIZE(type) : 0 [all...] |
/external/eigen/Eigen/src/Core/products/ |
GeneralMatrixVector.h | 52 Index rows, Index cols, 124 skipColumns = (std::min)(skipColumns,cols); 129 || (skipColumns + columnsAtOnce >= cols) 143 Index columnBound = ((cols-skipColumns)/columnsAtOnce)*columnsAtOnce + skipColumns; 235 Index end = cols; 308 Index rows, Index cols, 336 const Index depth = cols;
|
/external/eigen/Eigen/src/Eigenvalues/ |
Tridiagonalization.h | 131 m_hCoeffs(matrix.cols() > 1 ? matrix.cols()-1 : 1), 352 eigen_assert(n==matA.cols()); 430 eigen_assert(mat.cols()==mat.rows() && diag.size()==mat.rows() && subdiag.size()==mat.rows()-1); 446 CoeffVectorType hCoeffs(mat.cols()-1); 547 Index cols() const { return m_matrix.cols(); } function in struct:Eigen::internal::TridiagonalizationMatrixTReturnType
|
GeneralizedSelfAdjointEigenSolver.h | 109 : Base(matA.cols()) 166 eigen_assert(matA.cols()==matA.rows() && matB.rows()==matA.rows() && matB.cols()==matB.rows());
|
/external/javasqlite/src/main/java/SQLite/ |
Shell.java | 26 String cols[]; field in class:Shell 167 cols = args; 186 pw.println(cols[i] + " = " + 196 w = cols[i].length(); 202 pw.print(csep + cols[i]); 224 pw.print(cols[i] + 245 pw.print("<TH>" + html_quote(cols[i]) + "</TH>");
|
/external/ceres-solver/internal/ceres/ |
gradient_checking_cost_function.cc | 149 term_jacobians[k].cols()) = term_jacobians[k]; 158 static_cast<long>(term_jacobians[k].cols())); 164 for (int j = 0; j < term_jacobians[k].cols(); j++) {
|
visibility_based_preconditioner_test.cc | 80 // const int num_col_blocks = bs->cols.size(); 88 // A_->block_structure()->cols.size() - num_eliminate_blocks_); 92 // blocks[i - num_eliminate_blocks_] = bs->cols[i].size;
|
/external/chromium_org/third_party/sqlite/src/test/ |
alter3.test | 381 set cols c1 386 lappend cols c$i 388 set ::sql "CREATE TABLE t4([join $cols {, }])"
|
alter4.test | 316 set cols c1 321 lappend cols c$i 323 set ::sql "CREATE TABLE t4([join $cols {, }])"
|
fts3_common.tcl | 196 set cols "" 199 append cols " $iCol\[[join $lPos { }]\]" 201 lappend lDoc "\[${docid}${cols}\]"
|
/external/chromium_org/tools/stats_viewer/ |
stats_table.cs | 278 for (int cols = 0; cols < Header.max_threads; cols++)
|
/external/eigen/Eigen/src/Core/ |
SelfAdjointView.h | 76 inline Index cols() const { return m_matrix.cols(); } function in class:Eigen::SelfAdjointView 260 for(Index j = 0; j < dst.cols(); ++j)
|
/external/eigen/doc/ |
SparseQuickReference.dox | 71 Beyond the functions rows() and cols() that are used to get the number of rows and columns, there are some useful functions that are available to easily get some informations from the matrix. 76 sm1.cols(); // Number of columns 185 sm1.middleCols(start, numCols); // For column major matrices, get a range of numCols cols
|
/external/libvpx/libvpx/vpx/ |
vp8cx.h | 223 unsigned int cols; /**< Number of columns. */ member in struct:vpx_roi_map 243 unsigned int cols; /**< number of cols */ member in struct:vpx_active_map
|
/external/opencv/cv/src/ |
cvcamshift.cpp | 87 if( windowIn.x < 0 || windowIn.x + windowIn.width > mat->cols || 116 else if( nx + cur_rect.width > mat->cols ) 117 nx = mat->cols - cur_rect.width;
|