HomeSort by relevance Sort by last modified time
    Searched defs:Score (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.h 42 int value_[kMaxSize_]; // Probability score sum
53 void Add(uint8 ikey, int ibytes, int score, int ireliability);
68 int Score(int i) const {return score_[i];}
84 int score_[kMaxSize_]; // Probability score sum
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp 68 float MulticlassPA::Score(const vector<float>& inputs,
109 float target_class_score = Score(inputs, parameters_[target]);
110 // VLOG(1) << "target class " << target << " score " << target_class_score;
112 float other_class_score = Score(inputs, parameters_[other_class]);
113 // VLOG(1) << "other class " << other_class << " score " << other_class_score;
143 // VLOG(1) << "target class " << target << " score " << target_class_score;
146 // VLOG(1) << "other class " << other_class << " score " << other_class_score;
201 float score_i = Score(inputs, parameters_[i]);
  /external/jmonkeyengine/engine/src/test/jme3test/games/
CubeField.java 69 private int difficulty, Score, colorInt, highCap, lowCap,diffHelp;
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/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 72 /** This scheduler uses the value of Score to determine which
73 * instruction to schedule. Instructions with a higher value of Score
75 int Score;
189 unsigned score = sinst->Score; local
190 fprintf(stderr,"%u (%d) [%u],", ptr->Instruction->IP, score,
233 while(temp && inst->Score <= temp->Score) {
278 sinst->Score = 0;
284 sinst->Score = 0
1073 int score; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 72 /** This scheduler uses the value of Score to determine which
73 * instruction to schedule. Instructions with a higher value of Score
75 int Score;
189 unsigned score = sinst->Score; local
190 fprintf(stderr,"%u (%d) [%u],", ptr->Instruction->IP, score,
233 while(temp && inst->Score <= temp->Score) {
278 sinst->Score = 0;
284 sinst->Score = 0
1073 int score; local
    [all...]

Completed in 3197 milliseconds