Home | History | Annotate | Download | only in main

Lines Matching refs:worst

287    GLint i, k, worst = -1;
297 worst = k;
301 return worst;
518 GLint worst = fxt1_worst(vec[j], input, nc, n);
520 vec[j][i] = input[worst][i];