HomeSort by relevance Sort by last modified time
    Searched defs:Score (Results 1 - 8 of 8) 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
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_indirect.cpp 55 struct Score {
56 int score; member in struct:SkStyleSet_Indirect::Score
84 Score maxScore = { 0, 0 };
87 Score currentScore = { 0, i };
93 currentScore.score += 10 - pattern.width() + current.width();
95 currentScore.score += 10 - current.width();
99 currentScore.score += 10 + pattern.width() - current.width();
101 currentScore.score += current.width();
104 currentScore.score *= 1002;
110 currentScore.score += 1001
    [all...]
  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 55 struct Score {
56 int score; member in struct:SkStyleSet_Indirect::Score
84 Score maxScore = { 0, 0 };
87 Score currentScore = { 0, i };
93 currentScore.score += 10 - pattern.width() + current.width();
95 currentScore.score += 10 - current.width();
99 currentScore.score += 10 + pattern.width() - current.width();
101 currentScore.score += current.width();
104 currentScore.score *= 1002;
110 currentScore.score += 1001
    [all...]
  /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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dplobby.h 78 * Purpose: Used to send a score of a player to the lobby. The format is an array of long integers.
98 LONG Score[1];
wininet.h     [all...]

Completed in 1082 milliseconds