Home | History | Annotate | Download | only in main

Lines Matching refs:worst

315    GLint i, k, worst = -1;
325 worst = k;
329 return worst;
546 GLint worst = fxt1_worst(vec[j], input, nc, n);
548 vec[j][i] = input[worst][i];