Searched refs:Score (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c72 /** This scheduler uses the value of Score to determine which
73 * instruction to schedule. Instructions with a higher value of Score
75 int Score; member in struct:schedule_instruction
189 unsigned score = sinst->Score;
233 while(temp && inst->Score <= temp->Score) {
278 sinst->Score = 0;
284 sinst->Score = 0;
291 sinst->Score += 100;
293 sinst->Score
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c72 /** This scheduler uses the value of Score to determine which
73 * instruction to schedule. Instructions with a higher value of Score
75 int Score; member in struct:schedule_instruction
189 unsigned score = sinst->Score;
233 while(temp && inst->Score <= temp->Score) {
278 sinst->Score = 0;
284 sinst->Score = 0;
291 sinst->Score += 100;
293 sinst->Score
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/games/
H A DCubeField.java69 private int difficulty, Score, colorInt, highCap, lowCap,diffHelp; field in class:CubeField
100 loadText(fpsScoreText, "Current Score: 0", defaultFont, 0, 2, 0);
114 Score = 0;
169 System.out.println("Player has Collided. Final Score is " + Score);
237 * If Game is Lost display Score and Reset the Game
298 Score += fpsRate * tpf;
299 fpsScoreText.setText("Current Score: "+Score);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dtote.h68 int Score(int i) const {return score_[i];} function in class:ToteWithReliability
H A Dcompact_lang_det_impl.cc35 DEFINE_bool(cld_forcewords, false, "Score all words, in addition to quads");
1500 // Score one scriptspan using the only language for that script
1513 // Score 1000 for 1000 bytes
1524 // Score one scriptspan using unigrams
1591 // Score one scriptspan using quadgrams
1882 doc_tote->Score(0));
1894 doc_tote->Score(1));
1906 doc_tote->Score(2));

Completed in 161 milliseconds