OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minCol
(Results
1 - 2
of
2
) sorted by null
/external/eigen/doc/examples/
Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp
19
MatrixXf::Index minRow,
minCol
;
20
float min = m.minCoeff(&minRow, &
minCol
);
25
minRow << "," <<
minCol
<< endl;
/external/mesa3d/src/mesa/main/
texcompress_fxt1.c
386
GLint
minCol
= 0; /* phoudoin: silent compiler! */
424
minCol
= k;
448
vec[j][i] = ((nv - 1 - j) * input[
minCol
][i] + j * input[maxCol][i] + (nv - 1) / 2) / (GLfloat)(nv - 1);
823
GLint
minCol
= 0; /* phoudoin: silent compiler! */
837
minCol
= k;
854
hihi |= reord[
minCol
][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 811 milliseconds