HomeSort by relevance Sort by last modified time
    Searched full:maxcol (Results 1 - 10 of 10) sorted by null

  /external/eigen/doc/examples/
Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp 15 MatrixXf::Index maxRow, maxCol;
16 float max = m.maxCoeff(&maxRow, &maxCol);
23 maxRow << "," << maxCol << endl;
  /external/eigen/test/eigen2/
eigen2_visitor.cpp 28 int minrow=0,mincol=0,maxrow=0,maxcol=0; local
42 maxcol = j;
52 VERIFY(maxcol == eigen_maxcol);
  /external/eigen/test/
visitor.cpp 29 Index minrow=0,mincol=0,maxrow=0,maxcol=0; local
43 maxcol = j;
53 VERIFY(maxcol == eigen_maxcol);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 364 the maxcol parameter. This class is suitable for reflowing a sequence
369 def __init__(self, file=None, maxcol=72):
371 self.maxcol = maxcol
391 self.file.write('-'*self.maxcol)
410 maxcol = self.maxcol
414 if col + len(word) >= maxcol:
cmd.py 342 def print_topics(self, header, cmds, cmdlen, maxcol):
347 self.columnize(cmds, maxcol-1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
formatter.py 364 the maxcol parameter. This class is suitable for reflowing a sequence
369 def __init__(self, file=None, maxcol=72):
371 self.maxcol = maxcol
391 self.file.write('-'*self.maxcol)
410 maxcol = self.maxcol
414 if col + len(word) >= maxcol:
cmd.py 342 def print_topics(self, header, cmds, cmdlen, maxcol):
347 self.columnize(cmds, maxcol-1)
  /external/chromium_org/v8/tools/
draw_instruction_graph.sh 89 MAXCOL=$nc
125 plot for [i=2:MAXCOL] '$file' using 1:(sum [col=i:MAXCOL] column(col)) \
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c 387 GLint maxCol = 0; /* phoudoin: silent compiler! */
428 maxCol = k;
448 vec[j][i] = ((nv - 1 - j) * input[minCol][i] + j * input[maxCol][i] + (nv - 1) / 2) / (GLfloat)(nv - 1);
824 GLint maxCol = 0; /* phoudoin: silent compiler! */
841 maxCol = k;
849 hihi |= reord[maxCol][i] >> 3;
860 if (minCol != maxCol) {
861 MAKEIVEC(n_vect, n_comp, iv, b, reord[minCol], reord[maxCol]);
871 if (minCol != maxCol) {
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 387 GLint maxCol = 0; /* phoudoin: silent compiler! */
428 maxCol = k;
448 vec[j][i] = ((nv - 1 - j) * input[minCol][i] + j * input[maxCol][i] + (nv - 1) / 2) / (GLfloat)(nv - 1);
824 GLint maxCol = 0; /* phoudoin: silent compiler! */
841 maxCol = k;
849 hihi |= reord[maxCol][i] >> 3;
860 if (minCol != maxCol) {
861 MAKEIVEC(n_vect, n_comp, iv, b, reord[minCol], reord[maxCol]);
871 if (minCol != maxCol) {
    [all...]

Completed in 228 milliseconds