Searched refs:scores (Results 1 - 8 of 8) sorted by relevance

/external/v8/benchmarks/
H A Dbase.js64 // on. This way, all scores are relative to a reference run and higher
65 // scores implies better performance.
79 // you're making changes that will affect that scores, e.g. if you add
109 BenchmarkSuite.scores = [];
126 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
180 BenchmarkSuite.scores.push(score);
/external/quake/quake/src/WinQuake/
H A Dcl_parse.cpp233 cl.scores = (scoreboard_t*) Hunk_AllocName (cl.maxclients*sizeof(*cl.scores), "scores");
415 ent->colormap = cl.scores[i-1].translations;
638 dest = cl.scores[slot].translations;
640 memcpy (dest, vid.colormap, sizeof(cl.scores[slot].translations));
641 top = cl.scores[slot].colors & 0xf0;
642 bottom = (cl.scores[slot].colors &15)<<4;
844 strcpy (cl.scores[i].name, MSG_ReadString ());
852 cl.scores[
[all...]
H A Dsbar.cpp399 if (cl.scores[i].name[0])
408 if (cl.scores[fragsort[j]].frags < cl.scores[fragsort[j+1]].frags)
440 s = &cl.scores[k];
514 s = &cl.scores[fragsort[i]];
790 s = &cl.scores[k];
844 s = &cl.scores[cl.viewentity - 1];
1105 // scores
1116 s = &cl.scores[k];
1187 // scores
[all...]
H A Dclient.h228 scoreboard_t *scores; // [cl.maxclients] member in struct:__anon11594
H A Dgl_rmisc.cpp259 top = cl.scores[playernum].colors & 0xf0;
260 bottom = (cl.scores[playernum].colors &15)<<4;
/external/freetype/src/autofit/
H A Dafwarp.c83 AF_WarpScore scores[65]; local
87 scores[nn] = 0;
130 scores[idx] += af_warper_weights[y & 63] * len;
140 AF_WarpScore score = scores[idx];
H A Daflatin2.c2005 FT_Pos displacements[6], scores[6], org, fit, delta; local
2040 scores[count++] = delta;
2047 scores[count++] = delta;
2057 scores[count++] = delta;
2065 scores[count++] = delta;
2070 FT_Pos best_score = scores[0];
2076 if (scores[nn] < best_score)
2078 best_score = scores[nn];
/external/srec/tools/cmd/
H A Dsrecres2utd.pl103 $token{scores}[$i] = $score;
143 $token->{scores}[0] = $token{topscore};

Completed in 138 milliseconds