Searched refs:bestScore (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_gamemode.c163 int *bestScore, *thisScore; local in function:findMatch
171 bestScore = (int *) malloc(ncriteria * sizeof(int));
172 if (!bestScore) {
177 bestScore[j] = -32768;
239 printf(" result=%d score=%d bestScore=%d\n", result, thisScore[j], bestScore[j]);
243 if (better || thisScore[j] > bestScore[j]) {
245 } else if (thisScore[j] == bestScore[j]) {
263 bestScore[j] = thisScore[j];
272 free(bestScore);
[all...]
H A Dglut_dstr.c633 int *bestScore, *thisScore; local in function:findMatch
641 bestScore = (int *) malloc(ncriteria * sizeof(int));
642 if (!bestScore)
646 bestScore[j] = -32768;
714 printf(" result=%d score=%d bestScore=%d\n", result, thisScore[j], bestScore[j]);
718 if (better || thisScore[j] > bestScore[j]) {
720 } else if (thisScore[j] == bestScore[j]) {
738 bestScore[j] = thisScore[j];
747 free(bestScore);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1338 float bestScore = best->weight / (float)best->degree; local in function:nv50_ir::GCRA::simplify
1344 if (score < bestScore || it->maxReg > bestMaxReg) {
1346 bestScore = score;
1350 if (isinf(bestScore)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1387 float bestScore = best->weight / (float)best->degree; local in function:nv50_ir::GCRA::simplify
1393 if (score < bestScore || it->maxReg > bestMaxReg) {
1395 bestScore = score;
1399 if (isinf(bestScore)) {

Completed in 10 milliseconds