HomeSort by relevance Sort by last modified time
    Searched refs:rows (Results 476 - 500 of 1380) sorted by null

<<11121314151617181920>>

  /external/ImageMagick/coders/
fits.c 193 number_pixels=(MagickSizeType) image->columns*image->rows;
239 rows,
315 fits_info.rows=1;
366 fits_info.rows=StringToLong(p);
403 number_pixels=(MagickSizeType) fits_info.columns*fits_info.rows;
419 number_pixels=(MagickSizeType) fits_info.columns*fits_info.rows;
426 image->rows=(size_t) fits_info.rows;
434 status=SetImageExtent(image,image->columns,image->rows,exception);
456 for (y=(ssize_t) image->rows-1; y >= 0; y--
234 rows, member in struct:_FITSInfo
    [all...]
sct.c 213 image->rows=StringToUnsignedLong((char *) buffer);
221 image->resolution.y=1.0*image->rows/height;
227 status=SetImageExtent(image,image->columns,image->rows,exception);
233 for (y=0; y < (ssize_t) image->rows; y++)
279 image->rows);
cip.c 228 (double) image->rows);
234 for (y=0; y < (ssize_t) image->rows; y++)
262 image->rows);
debug.c 218 image->columns,(double) image->rows,(double) ((MagickOffsetType)
222 for (y=0; y < (ssize_t) image->rows; y++)
258 image->rows);
mac.c 149 image->rows=720;
158 status=SetImageExtent(image,image->columns,image->rows,exception);
170 for (y=0; y < (ssize_t) image->rows; )
plasma.c 158 for (y=0; y < (ssize_t) image->rows; y++)
174 segment_info.y2=(double) image->rows-1;
201 i=(size_t) MagickMax(image->columns,image->rows)/2;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractFieldMatrix.java 62 * @param rowDimension the number of rows in the new matrix
119 * @param rows number of rows
121 * arrays in the same way <code>new Field[rows][]</code> works)
126 final int rows,
130 return (T[][]) Array.newInstance(dummyRow.getClass(), rows);
133 (T[][]) Array.newInstance(field.getZero().getClass(), new int[] { rows, columns });
357 public void start(final int rows, final int columns,
780 final int rows = getRowDimension(); local
782 visitor.start(rows, columns, 0, rows - 1, 0, columns - 1)
796 final int rows = getRowDimension(); local
844 final int rows = getRowDimension(); local
860 final int rows = getRowDimension(); local
    [all...]
AbstractRealMatrix.java 53 * @param rowDimension the number of rows in the new matrix
208 public void start(final int rows, final int columns,
241 public void start(final int rows, final int columns,
331 public void start(final int rows, final int columns,
782 final int rows = getRowDimension();
784 visitor.start(rows, columns, 0, rows - 1, 0, columns - 1);
785 for (int row = 0; row < rows; ++row) {
799 final int rows = getRowDimension();
801 visitor.start(rows, columns, 0, rows - 1, 0, columns - 1)
    [all...]
  /external/eigen/Eigen/src/Core/
CwiseBinaryOp.h 110 eigen_assert(aLhs.rows() == aRhs.rows() && aLhs.cols() == aRhs.cols());
114 EIGEN_STRONG_INLINE Index rows() const { function in class:Eigen::CwiseBinaryOp
117 return m_rhs.rows();
119 return m_lhs.rows();
Product.h 95 eigen_assert(lhs.cols() == rhs.rows()
100 EIGEN_DEVICE_FUNC inline Index rows() const { return m_lhs.rows(); } function in class:Eigen::Product
168 eigen_assert( (Option==LazyProduct) || (this->rows() == 1 && this->cols() == 1) );
176 eigen_assert( (Option==LazyProduct) || (this->rows() == 1 && this->cols() == 1) );
  /external/eigen/test/
qr_fullpivoting.cpp 20 Index rows = internal::random<Index>(min_size,max_size), local
23 rank = internal::random<Index>(1, (std::min)(rows, cols)-1);
28 createRandomPIMatrixOfRank(rank,rows,cols,m1);
42 for(int i = 0; i < rows; i++) for(int j = 0; j < cols; j++) if(i>j) r(i,j) = Scalar(0);
59 Index size = rows;
qtvector.cpp 23 Index rows = m.rows(); local
25 MatrixType x = MatrixType::Random(rows,cols), y = MatrixType::Random(rows,cols);
26 QVector<MatrixType> v(10, MatrixType(rows,cols)), w(20, y);
stddeque.cpp 20 Index rows = m.rows(); local
22 MatrixType x = MatrixType::Random(rows,cols), y = MatrixType::Random(rows,cols);
23 std::deque<MatrixType,Eigen::aligned_allocator<MatrixType> > v(10, MatrixType(rows,cols)), w(20, y);
stddeque_overload.cpp 31 typename MatrixType::Index rows = m.rows(); local
33 MatrixType x = MatrixType::Random(rows,cols), y = MatrixType::Random(rows,cols);
34 std::deque<MatrixType> v(10, MatrixType(rows,cols)), w(20, y);
stdlist.cpp 20 Index rows = m.rows(); local
22 MatrixType x = MatrixType::Random(rows,cols), y = MatrixType::Random(rows,cols);
23 std::list<MatrixType,Eigen::aligned_allocator<MatrixType> > v(10, MatrixType(rows,cols)), w(20, y);
stdlist_overload.cpp 47 typename MatrixType::Index rows = m.rows(); local
49 MatrixType x = MatrixType::Random(rows,cols), y = MatrixType::Random(rows,cols);
50 std::list<MatrixType> v(10, MatrixType(rows,cols)), w(20, y);
stdvector.cpp 17 typename MatrixType::Index rows = m.rows(); local
19 MatrixType x = MatrixType::Random(rows,cols), y = MatrixType::Random(rows,cols);
20 std::vector<MatrixType,Eigen::aligned_allocator<MatrixType> > v(10, MatrixType(rows,cols)), w(20, y);
stdvector_overload.cpp 31 typename MatrixType::Index rows = m.rows(); local
33 MatrixType x = MatrixType::Random(rows,cols), y = MatrixType::Random(rows,cols);
34 std::vector<MatrixType> v(10, MatrixType(rows,cols)), w(20, y);
  /external/mesa3d/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.c 59 unsigned rows; member in struct:fbdev_sw_winsys
94 if (dst->y + dst->height > fbdev->rows) {
96 if (dst->y >= fbdev->rows)
99 height = fbdev->rows - dst->y;
224 fbdev->rows = fbdev->finfo.smem_len / fbdev->finfo.line_length;
  /external/opencv/cxcore/src/
cximage.cpp 88 CV_CALL( img = cvCreateImageHeader( cvSize(m->cols,m->rows),
215 CvMatrix::CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data )
220 cvInitMatHeader( matrix, rows, cols, type, alloc_data ?
221 cvMemStorageAlloc( storage, rows*cols*CV_ELEM_SIZE(type) ) : 0 );
242 CV_CALL( m = cvCreateMat( src->rows, src->cols, src->type ));
275 CV_CALL( temp_mat = cvCreateMat( m->rows, m->cols,
  /external/skia/tools/skpbench/
sheet.py 71 self.rows = defaultdict(dict)
92 self.rows[match.bench][fullconfig] = match.get_string(FLAGS.result)
105 # Write the rows.
106 for bench, row in self.rows.iteritems():
120 if len(self.rows) > 1:
132 if len(self.cols[fullconfig]) != len(self.rows):
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyboardBuilder.java 26 * An expected keyboard is an array of rows, and a row consists of an array of {@link ExpectedKey}s.
36 public ExpectedKeyboardBuilder(final ExpectedKey[][] rows) {
37 super(rows);
332 * @param rows the keyboard to be converted to string.
333 * @return the human readable representation of <code>rows</code>.
335 public static String toString(final ExpectedKey[][] rows) {
337 for (int rowIndex = 0; rowIndex < rows.length; rowIndex++) {
341 sb.append(Arrays.toString(rows[rowIndex]));
  /external/ImageMagick/MagickCore/
accelerate.c 238 clone=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
357 global_work_size[1] = image->rows;
500 inputPixelCount=(cl_int) (image->columns*image->rows);
514 bufferLength=(cl_uint) (image->columns*image->rows*image->number_channels);
660 length=image->columns*image->rows;
676 imageRows=(cl_uint) image->rows;
696 gsize[1]=image->rows;
731 gsize[1]=chunkSize*((image->rows+chunkSize-1)/chunkSize);
846 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception);
865 length = image->columns * image->rows;
    [all...]
threshold.c 216 threshold_image=CloneImage(image,image->columns,image->rows,MagickTrue,
236 magick_threads(image,threshold_image,image->rows,1)
238 for (y=0; y < (ssize_t) image->rows; y++)
351 image->rows);
439 magick_threads(image,image,image->rows,1)
441 for (y=0; y < (ssize_t) image->rows; y++)
494 image->rows);
605 magick_threads(image,image,image->rows,1)
607 for (y=0; y < (ssize_t) image->rows; y++)
661 image->rows);
    [all...]
  /external/libvterm/src/
state.c 63 state->rows = vt->rows;
121 else if(state->pos.row < state->rows-1)
631 for(pos.row = 0; pos.row < state->rows; pos.row++)
768 for(int row = 0; row < state->rows; row++)
1038 rect.start_row = state->pos.row + 1; rect.end_row = state->rows;
1061 rect.start_row = 0; rect.end_row = state->rows;
    [all...]

Completed in 463 milliseconds

<<11121314151617181920>>