OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxCol
(Results
1 - 3
of
3
) 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/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 1045 milliseconds