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

  /external/eigen/test/
visitor.cpp 29 Index minrow=0,mincol=0,maxrow=0,maxcol=0; local
43 maxcol = j;
53 VERIFY(maxcol == eigen_maxcol);
60 eigen_maxc = (m.adjoint()*m).eval().maxCoeff(&maxrow,&maxcol);
62 VERIFY(maxcol == eigen_maxcol);
  /external/mesa3d/src/compiler/glsl/
lower_blend_equation_advanced.cpp 221 ir_variable *maxcol = f->make_temp(glsl_type::float_type, "__blend_maxcol"); local
225 f->emit(assign(maxcol, maxv3(color)));
230 if_tree(greater(maxcol, imm1(1)),
233 sub(maxcol, llum)))))));
  /external/syslinux/com32/cmenu/libmenu/
cmenu.h 215 int maxcol, mincol, numcols; // Number of columns in the window member in struct:s_menusystem

Completed in 312 milliseconds