HomeSort by relevance Sort by last modified time
    Searched full:ncols (Results 1 - 25 of 28) sorted by null

1 2

  /external/eigen/unsupported/test/
FFTW.cpp 184 template <typename T,int nrows,int ncols>
189 Eigen::Matrix<Complex,nrows,ncols> src,src2,dst,dst2;
191 src = Eigen::Matrix<Complex,nrows,ncols>::Random();
192 //src = Eigen::Matrix<Complex,nrows,ncols>::Identity();
194 for (int k=0;k<ncols;k++) {
201 Eigen::Matrix<Complex,1,ncols> tmpOut;
206 fft.fwd2(dst.data(),src.data(),ncols,nrows);
207 fft.inv2(src2.data(),dst.data(),ncols,nrows);
  /external/qemu/android/utils/
misc.c 27 int nrows, ncols, r, c, n, maxw = 0; local
35 ncols = width/maxw;
36 nrows = (count + ncols-1)/ncols;
40 for (c = 0; c < ncols; c++) {
stralloc.c 26 int nrows, ncols, r, c, n, maxw = 0; local
34 ncols = width/maxw;
35 nrows = (count + ncols-1)/ncols;
39 for (c = 0; c < ncols; c++) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h 127 int ncols,
135 field = ::new_field(rows, ncols, first_row, first_col,
191 inline void info(int& rows, int& ncols,
194 OnError(::field_info(field, &rows, &ncols,
405 int ncols,
408 : NCursesPanel(nlines, ncols, begin_y, begin_x),
437 int ncols,
442 : NCursesPanel(nlines, ncols, begin_y, begin_x),
542 void scale(int& rows, int& ncols) const {
543 OnError(::scale_form(form,&rows,&ncols));
    [all...]
cursesp.h 99 int ncols,
102 : NCursesWindow(nlines,ncols,begin_y,begin_x), p(0)
229 int ncols,
233 : NCursesPanel (nlines, ncols, begin_y, begin_x)
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...]
cursesw.h 714 NCursesWindow(WINDOW* win, int ncols);
744 int ncols, // number of columns
750 int ncols, // number of columns
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 127 int ncols,
135 field = ::new_field(rows, ncols, first_row, first_col,
191 inline void info(int& rows, int& ncols,
194 OnError(::field_info(field, &rows, &ncols,
405 int ncols,
408 : NCursesPanel(nlines, ncols, begin_y, begin_x),
437 int ncols,
442 : NCursesPanel(nlines, ncols, begin_y, begin_x),
542 void scale(int& rows, int& ncols) const {
543 OnError(::scale_form(form,&rows,&ncols));
    [all...]
cursesp.h 99 int ncols,
102 : NCursesWindow(nlines,ncols,begin_y,begin_x), p(0)
229 int ncols,
233 : NCursesPanel (nlines, ncols, begin_y, begin_x)
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...]
cursesw.h 714 NCursesWindow(WINDOW* win, int ncols);
744 int ncols, // number of columns
750 int ncols, // number of columns
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 127 int ncols,
135 field = ::new_field(rows, ncols, first_row, first_col,
191 inline void info(int& rows, int& ncols,
194 OnError(::field_info(field, &rows, &ncols,
405 int ncols,
408 : NCursesPanel(nlines, ncols, begin_y, begin_x),
437 int ncols,
442 : NCursesPanel(nlines, ncols, begin_y, begin_x),
542 void scale(int& rows, int& ncols) const {
543 OnError(::scale_form(form,&rows,&ncols));
    [all...]
cursesp.h 99 int ncols,
102 : NCursesWindow(nlines,ncols,begin_y,begin_x), p(0)
229 int ncols,
233 : NCursesPanel (nlines, ncols, begin_y, begin_x)
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...]
cursesw.h 714 NCursesWindow(WINDOW* win, int ncols);
744 int ncols, // number of columns
750 int ncols, // number of columns
    [all...]
  /external/aac/libSBRdec/src/
lpp_tran.cpp 267 stopSample = pSettings->nCols + lastSlotOffs * timeStep;
274 autoCorrLength = pSettings->nCols + pSettings->overlap;
341 for(i=0;i<pSettings->nCols+pSettings->overlap;i++){
350 for(i=0;i<((pSettings->overlap+pSettings->nCols)>>1);i++) {
354 if (pSettings->nCols & 1) {
363 dynamicScale = fixMin(dynamicScale, getScalefactor(&lowBandReal[LPC_ORDER+pSettings->overlap], pSettings->nCols) + lowBandShift);
366 dynamicScale = fixMin(dynamicScale, getScalefactor(&lowBandImag[LPC_ORDER+pSettings->overlap], pSettings->nCols) + lowBandShift);
374 scaleValues(&lowBandReal[LPC_ORDER+pSettings->overlap], pSettings->nCols, dynamicScale-lowBandShift);
378 scaleValues(&lowBandImag[LPC_ORDER+pSettings->overlap], pSettings->nCols, dynamicScale-lowBandShift);
765 const int nCols, /*!< Number of colums (codec qmf bank) *
    [all...]
lpp_tran.h 172 UCHAR nCols; /*!< number subsamples of a codec frame */
221 const int nCols,
  /external/eigen/bench/
sparse_cholesky.cpp 168 // std::vector<int> set(ncols);
  /external/opencv/cv/src/
cvmorph.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 177 int nCols = max(1, table()->numEffCols());
179 m_grid[r].row = new Row(nCols);
194 int nCols = columns.size();
202 while (m_cCol < nCols && (cellAt(m_cRow, m_cCol).hasCells() || cellAt(m_cRow, m_cCol).inColSpan))
239 if (m_cCol >= nCols) {
    [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
regcomp.c 1562 size_t ncols; local
1590 size_t ncols; local
    [all...]
  /external/llvm/lib/Support/
regcomp.c 1255 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1258 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1272 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1276 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 1219 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1222 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1236 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1240 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
    [all...]
  /external/aac/libSBRenc/src/
ton_corr.cpp 672 INT nCols = sbrCfg->noQmfSlots;
730 hTonCorr->bufferLength = nCols;
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 414 int nCols;
425 int nCols;
    [all...]

Completed in 927 milliseconds

1 2