HomeSort by relevance Sort by last modified time
    Searched full:ncols (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/syslinux/com32/lib/sys/vesa/
drawtxt.c 74 static void vesacon_update_characters(int row, int col, int nrows, int ncols)
123 for (jx = 1, j = width * ncols + 1; j >= 0; j--) {
237 int ncols = x1 - x0 + 1; local
240 vesacon_fill(ptr, fill, ncols);
244 vesacon_touch(y0, x0, y1 - y0 + 1, ncols);
  /external/eigen/Eigen/src/plugins/
BlockMethods.h 762 /// The template parameters \a NRows and \a NCols are the number of
778 template<int NRows, int NCols>
780 inline typename FixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol)
782 return typename FixedBlockXpr<NRows,NCols>::Type(derived(), startRow, startCol);
786 template<int NRows, int NCols>
788 inline const typename ConstFixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol) const
790 return typename ConstFixedBlockXpr<NRows,NCols>::Type(derived(), startRow, startCol);
796 /// \tparam NCols number of columns in block as specified at compile-time
814 template<int NRows, int NCols>
815 inline typename FixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesm.h 266 int ncols,
269 : NCursesPanel(nlines,ncols,begin_y,begin_x),
298 int ncols,
303 : NCursesPanel(nlines, ncols, begin_y, begin_x),
371 inline void menu_format(int& rows,int& ncols) {
372 ::menu_format(menu,&rows,&ncols);
628 int ncols,
632 : NCursesMenu(nlines,ncols,begin_y,begin_x) {
649 int ncols,
654 : NCursesMenu (Items, nlines, ncols, begin_y, begin_x, with_frame)
    [all...]
  /external/python/cpython2/Lib/curses/
textpad.py 179 ncols, nlines = 9, 4
182 win = curses.newwin(nlines, ncols, uly, ulx)
183 rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
textpad.py 179 ncols, nlines = 9, 4
182 win = curses.newwin(nlines, ncols, uly, ulx)
183 rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
textpad.py 179 ncols, nlines = 9, 4
182 win = curses.newwin(nlines, ncols, uly, ulx)
183 rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 179 ncols, nlines = 9, 4
182 win = curses.newwin(nlines, ncols, uly, ulx)
183 rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 179 ncols, nlines = 9, 4
182 win = curses.newwin(nlines, ncols, uly, ulx)
183 rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /external/python/cpython2/Modules/
_cursesmodule.c 750 int nlines, ncols, begin_y, begin_x; local
753 ncols = 0;
760 if (!PyArg_ParseTuple(args, "iiii;nlines,ncols,begin_y,begin_x",
761 &nlines,&ncols,&begin_y,&begin_x))
769 win = derwin(self->win,nlines,ncols,begin_y,begin_x);
1445 int nlines, ncols, begin_y, begin_x; local
2221 int nlines, ncols; local
2241 int nlines, ncols, begin_y=0, begin_x=0; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
Covariance.java 267 int nCols = matrix.getColumnDimension();
268 if (nRows < 2 || nCols < 2) {
271 nRows, nCols);
PearsonsCorrelation.java 278 int nCols = matrix.getColumnDimension();
279 if (nRows < 2 || nCols < 2) {
282 nRows, nCols);
  /external/python/cpython3/Lib/curses/
textpad.py 192 ncols, nlines = 9, 4
195 win = curses.newwin(nlines, ncols, uly, ulx)
196 rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
cmd.py 370 ncols = (size+nrows-1) // nrows
373 for col in range(ncols):
389 ncols = 1
393 for col in range(ncols):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cmd.py 367 ncols = (size+nrows-1) // nrows
370 for col in range(ncols):
386 ncols = 1
390 for col in range(ncols):
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTestImpl.java 155 int nCols = counts[0].length;
159 double[] colSum = new double[nCols];
162 for (int col = 0; col < nCols; col++) {
173 for (int col = 0; col < nCols; col++) {
  /external/python/cpython2/Lib/
cmd.py 370 ncols = (size+nrows-1) // nrows
373 for col in range(ncols):
389 ncols = 1
393 for col in range(ncols):
  /external/python/cpython3/Lib/
cmd.py 367 ncols = (size+nrows-1) // nrows
370 for col in range(ncols):
386 ncols = 1
390 for col in range(ncols):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cmd.py 370 ncols = (size+nrows-1) // nrows
373 for col in range(ncols):
389 ncols = 1
393 for col in range(ncols):
  /prebuilts/gdb/linux-x86/lib/python2.7/
cmd.py 370 ncols = (size+nrows-1) // nrows
373 for col in range(ncols):
389 ncols = 1
393 for col in range(ncols):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 370 ncols = (size+nrows-1) // nrows
373 for col in range(ncols):
389 ncols = 1
393 for col in range(ncols):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 370 ncols = (size+nrows-1) // nrows
373 for col in range(ncols):
389 ncols = 1
393 for col in range(ncols):
  /external/trappy/tests/
test_plot_utils.py 83 axis = plot_utils.pre_plot_setup(ncols=2)
86 axis = plot_utils.pre_plot_setup(nrows=2, ncols=3)
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.c 5688 unsigned int ncols; member in struct:Frame_Chunk
7428 unsigned int ncols = 0; local
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 1016 int nlines, ncols, begin_y, begin_x; local
1019 ncols = 0;
1026 if (!PyArg_ParseTuple(args, "iiii;nlines,ncols,begin_y,begin_x",
1027 &nlines,&ncols,&begin_y,&begin_x))
1035 win = derwin(self->win,nlines,ncols,begin_y,begin_x);
1834 int nlines, ncols, begin_y, begin_x; local
2707 int nlines, ncols; local
2727 int nlines, ncols, begin_y=0, begin_x=0; local
    [all...]
  /external/aac/libSBRdec/src/
lpp_tran.h 202 UCHAR nCols; /*!< number subsamples of a codec frame */
266 const int timeSlots, const int nCols, UCHAR *noiseBandTable,

Completed in 1182 milliseconds

12 3 4