/external/e2fsprogs/ext2ed/ |
file_com.c | 321 long offset=0,last_offset,l=0,cols=0; local 337 if (cols==SHOW_PAD_COLS-1) { 339 l++;cols=0; 353 l++;cols=0; 369 offset++;cols++;ch_ptr++;
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
IncompleteCholesky.h | 93 Index cols() const { return m_L.cols(); } function in class:Eigen::IncompleteCholesky 124 m_L.resize(mat.rows(), mat.cols()); 207 FactorType tmp(mat.rows(), mat.cols()); 216 Index n = m_L.cols();
|
/external/eigen/Eigen/src/LU/ |
InverseImpl.h | 296 Index dstCols = src.cols(); 297 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols)) 338 eigen_assert(rows() == cols()); 370 eigen_assert(rows() == cols()); 409 eigen_assert(rows() == cols());
|
/external/eigen/test/ |
ref.cpp | 46 Index rows = m.rows(), cols = m.cols(); local 48 MatrixType m1 = MatrixType::Random(rows, cols), 52 Index j = internal::random<Index>(0,cols-1); 54 Index bcols = internal::random<Index>(1,cols-j);
|
/external/libcups/cups/ |
encode.c | 382 cups_option_t *cols; /* Collection values */ local 750 num_cols = cupsParseOptions(val, 0, &cols); 753 cupsFreeOptions(num_cols, cols); 763 cupsEncodeOptions2(collection, num_cols, cols, IPP_TAG_JOB); 764 cupsFreeOptions(num_cols, cols);
|
/external/opencv/ml/src/ |
mlknearest.cpp | 324 _samples->cols != var_count ) 328 _results->cols != 1 && _results->rows != 1 || 329 _results->cols + _results->rows - 1 != _samples->rows) ) 344 _neighbor_responses->rows != _samples->rows || _neighbor_responses->cols != k ) 352 _dist->rows != _samples->rows || _dist->cols != k )
|
/external/eigen/Eigen/src/SuperLUSupport/ |
SuperLUSupport.h | 185 res.ncol = internal::convert_index<int>(mat.cols()); 200 res.nrow = internal::convert_index<int>(mat.cols()); 207 res.ncol = internal::convert_index<int>(mat.cols()); 231 template<typename Scalar, int Rows, int Cols, int Options, int MRows, int MCols> 232 struct SluMatrixMapHelper<Matrix<Scalar,Rows,Cols,Options,MRows,MCols> > 234 typedef Matrix<Scalar,Rows,Cols,Options,MRows,MCols> MatrixType; 243 res.ncol = mat.cols(); 259 res.nrow = mat.cols(); 266 res.ncol = mat.cols(); 348 inline Index cols() const { return m_matrix.cols(); function in class:Eigen::SuperLUBase [all...] |
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixFunction.h | 249 fT.setZero(T.rows(), T.cols()); 281 eigen_assert(A.rows() == A.cols()); 283 eigen_assert(B.rows() == B.cols()); 286 eigen_assert(C.cols() == B.rows()); 406 static const int Rows = Traits::RowsAtCompileTime, Cols = Traits::ColsAtCompileTime; 410 typedef Matrix<ComplexScalar, Rows, Cols, 0, MaxRows, MaxCols> ComplexMatrix; 520 Index cols() const { return m_A.cols(); } function in class:Eigen::MatrixFunctionReturnValue 542 eigen_assert(rows() == cols()); 549 eigen_assert(rows() == cols()); [all...] |
/external/opencv/cv/src/ |
cvcorner.cpp | 291 max_dy = buf_size / src->cols; 299 Dx->cols = Dy->cols = size.width; 487 if( CV_MAT_CN(eigenv->type)*eigenv->cols != src->cols*6 || 596 max_dy = buf_size / src->cols; 605 Dx->cols = Dy->cols = D2x->cols = D2y->cols = Dxy->cols = size.width [all...] |
cvstereobm.cpp | 188 int width = left->cols, height = left->rows; 396 int width = left->cols, height = left->rows; 586 state->SADWindowSize >= MIN(left0->cols, left0->rows) ) 598 state->preFilteredImg0->cols*state->preFilteredImg0->rows < left0->cols*left0->rows ) 603 state->preFilteredImg0 = cvCreateMat( left0->rows, left0->cols, CV_8U ); 604 state->preFilteredImg1 = cvCreateMat( left0->rows, left0->cols, CV_8U ); 606 left = cvMat(left0->rows, left0->cols, CV_8U, state->preFilteredImg0->data.ptr); 607 right = cvMat(right0->rows, right0->cols, CV_8U, state->preFilteredImg1->data.ptr); 612 width = left0->cols; [all...] |
cvmotempl.cpp | 213 CV_CALL( dX_min = cvCreateMat( mhi->rows, mhi->cols, CV_32F )); 214 CV_CALL( dY_max = cvCreateMat( mhi->rows, mhi->cols, CV_32F )); 345 mhi_cols = mhi->cols; 442 CV_CALL( mask8u = cvCreateMat( mhi->rows + 2, mhi->cols + 2, CV_8UC1 )); 455 for( x = 0; x < mhi->cols; x++ ) 467 for( x = 0; x < mhi->cols; x++ ) 504 for( x = 0; x < mhi->cols; x++ )
|
/external/opencv/cxcore/src/ |
cxdxt.cpp | [all...] |
cxmatmul.cpp | [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 43 int cols, int flimit) { 55 for (col = 0; col < cols; col++) { 77 for (col = 0; col < cols; col++) { 115 int cols, int flimit) { 131 for (c = 0; c < cols + 8; c++) { 153 void vp9_highbd_mbpost_proc_down_c(uint16_t *dst, int pitch, int rows, int cols, 158 for (c = 0; c < cols; c++) {
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
deblock_sse2.asm | 92 ; int cols, 144 cmp edx, dword arg(4) ;cols 150 ; done with the all cols, start the across filtering in place 196 cmp edx, dword arg(4) ;cols 234 ; int pitch, int rows, int cols,int flimit) 266 ;for(c=0; c<cols; c+=8) 447 sub dword arg(3), 8 ; cols -= 8 466 ; int pitch, int rows, int cols,int flimit) 541 movsxd rdx, dword arg(3) ;cols
|
/external/eigen/Eigen/src/SparseCore/ |
SparseBlock.h | 40 EIGEN_STRONG_INLINE Index cols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } function in class:Eigen::BlockImpl 69 Index blockCols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } 267 EIGEN_STRONG_INLINE Index cols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } function in class:Eigen::internal::sparse_matrix_block_impl 274 Index blockCols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } 352 IsRowMajor ? outerSize : rows(), IsRowMajor ? cols() : outerSize); 365 IsRowMajor ? outerSize : rows(), IsRowMajor ? cols() : outerSize); 392 m_blockCols(BlockCols==1 ? 1 : xpr.cols()) 402 inline Index cols() const { return m_blockCols.value(); function in class:Eigen::BlockImpl [all...] |
/external/gemmlowp/meta/generators/ |
neon_emitter.py | 711 def EmitColBlockStride(self, cols, stride, new_stride): 712 assert cols in [1, 2, 3, 4, 5, 6, 7, 8] 713 if cols in [5, 6, 7]: 716 def EmitLoadColBlock(self, unused_registers, load_type, cols, elements, block, 719 assert cols is len(block) 725 if cols is 1: 730 elif cols is 2: 737 elif cols is 3: 741 elif cols is 4: 751 elif cols is 5 [all...] |
/external/opencv/cxcore/include/ |
cxtypes.h | 570 int cols; member in union:CvMat::__anon28928 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/dng_sdk/source/ |
dng_read_image.cpp | 49 uint32 cols, 53 const uint32 dRowStep = cols * channels; 58 for (uint32 col = 1; col < cols; col++) 80 uint32 cols, 84 const uint32 dRowStep = cols * channels; 89 for (uint32 col = 1; col < cols; col++) 111 uint32 cols, 115 const uint32 dRowStep = cols * channels; 120 for (uint32 col = 1; col < cols; col++) 140 inline void DecodeDeltaBytes (uint8 *bytePtr, int32 cols, int32 channels [all...] |
/external/eigen/Eigen/src/Cholesky/ |
LDLT.h | 106 : m_matrix(matrix.rows(), matrix.cols()), 246 inline Index cols() const { return m_matrix.cols(); } function in class:Eigen::LDLT 300 eigen_assert(mat.rows()==mat.cols()); 411 eigen_assert(mat.cols() == size && w.size()==size); 494 eigen_assert(a.rows()==a.cols());
|
/external/eigen/Eigen/src/Core/ |
Block.h | 122 ||((BlockRows==XprType::RowsAtCompileTime) && (BlockCols==1) && i<xpr.cols()))); 133 && startCol >= 0 && BlockCols >= 0 && startCol + BlockCols <= xpr.cols()); 147 && startCol >= 0 && blockCols >= 0 && startCol <= xpr.cols() - blockCols); 197 m_blockCols(BlockCols==1 ? 1 : xpr.cols()) 219 EIGEN_DEVICE_FUNC inline Index cols() const { return m_blockCols.value(); } function in class:Eigen::internal::BlockImpl_dense 350 BlockCols==1 ? 1 : xpr.cols()),
|
Redux.h | 192 eigen_assert(mat.rows()>0 && mat.cols()>0 && "you are using an empty matrix"); 276 eigen_assert(mat.rows()>0 && mat.cols()>0 && "you are using an empty matrix"); 319 eigen_assert(mat.rows()>0 && mat.cols()>0 && "you are using an empty matrix"); 358 EIGEN_DEVICE_FUNC Index cols() const { return m_xpr.cols(); } function in class:Eigen::internal::redux_evaluator 413 eigen_assert(this->rows()>0 && this->cols()>0 && "you are using an empty matrix");
|
/external/eigen/bench/ |
sparse_setter.cpp | 64 int cols = SIZE; local 73 pool.reserve(cols*NBPERROW); 75 for (int i=0; i<cols*NBPERROW; ) 78 Vector2i ij(internal::random<int>(0,rows-1),internal::random<int>(0,cols-1)); 88 int n = cols*NBPERROW*KK; 100 for (int j=0; j<cols; ++j)
|
/external/mesa3d/src/compiler/spirv/ |
vtn_alu.c | 162 unsigned cols = glsl_get_matrix_columns(src0->type); local 163 for (unsigned i = 0; i < cols; i++) 170 unsigned cols = glsl_get_matrix_columns(src0->type); local 171 for (unsigned i = 0; i < cols; i++) 179 unsigned cols = glsl_get_matrix_columns(src0->type); local 180 for (unsigned i = 0; i < cols; i++)
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
TerminalBridge.java | 670 * Resize terminal to fit [rows]x[cols] in screen of size [width]x[height] 673 * @param cols 677 public synchronized void resizeComputed(int cols, int rows, int width, int height) { 684 while ((direction = fontSizeCompare(size, cols, rows, width, height)) < 0) { 696 while ((direction = fontSizeCompare(size, cols, rows, width, height)) != 0 && step >= limit) { 709 columns = cols; 715 private int fontSizeCompare(float size, int cols, int rows, int width, int height) { 722 int termWidth = (int) widths[0] * cols;
|