Home
last modified time | relevance | path

Searched refs:Score (Results 1 – 25 of 25) sorted by relevance

/external/skia/src/core/
DSkFontMgr.cpp221 struct Score { in matchStyleCSS3() struct
224 Score& operator +=(int rhs) { this->score += rhs; return *this; } in matchStyleCSS3() argument
225 Score& operator <<=(int rhs) { this->score <<= rhs; return *this; } in matchStyleCSS3() argument
226 bool operator <(const Score& that) { return this->score < that.score; } in matchStyleCSS3() argument
229 Score maxScore = { 0, 0 }; in matchStyleCSS3()
233 Score currentScore = { 0, i }; in matchStyleCSS3()
/external/skqp/src/core/
DSkFontMgr.cpp221 struct Score { in matchStyleCSS3() struct
224 Score& operator +=(int rhs) { this->score += rhs; return *this; } in matchStyleCSS3() argument
225 Score& operator <<=(int rhs) { this->score <<= rhs; return *this; } in matchStyleCSS3() argument
226 bool operator <(const Score& that) { return this->score < that.score; } in matchStyleCSS3() argument
229 Score maxScore = { 0, 0 }; in matchStyleCSS3()
233 Score currentScore = { 0, i }; in matchStyleCSS3()
/external/brotli/research/
Ddurchschlag.cc12 typedef uint32_t Score; typedef
21 Score score;
30 Score score;
80 static Score buildCandidatesList(std::vector<Candidate>* candidates, in buildCandidatesList()
91 Score score = 0; in buildCandidatesList()
105 Score maxScore = 0; in buildCandidatesList()
127 Score minScore = candidates->at(0).score; in buildCandidatesList()
168 static Score rebuildCandidatesList(std::vector<TextIdx>* candidates, in rebuildCandidatesList()
183 Score score = 0; in rebuildCandidatesList()
195 Score maxScore = 0; in rebuildCandidatesList()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c75 int Score; member
189 unsigned score = sinst->Score; in print_list()
233 while(temp && inst->Score <= temp->Score) { in add_inst_to_list_score()
278 sinst->Score = 0;
284 sinst->Score = 0;
291 sinst->Score += 100;
293 sinst->Score += r->Reader->NumDependencies;
313 sinst->Score |= NO_OUTPUT_SCORE; in score_no_output()
317 sinst->Score |= NO_OUTPUT_SCORE; in score_no_output()
329 sinst->Score = 0; in calc_score_r300()
[all …]
/external/boringssl/src/ssl/
Dtls13_server.cc108 typedef std::tuple<bool, bool, bool> Score; typedef in CipherScorer
112 Score MinScore() const { in MinScore()
113 return Score(false, false, false); in MinScore()
116 Score Evaluate(const SSL_CIPHER *a) const { in Evaluate()
117 return Score( in Evaluate()
145 CipherScorer::Score best_score = scorer.MinScore(); in choose_tls13_cipher()
161 const CipherScorer::Score candidate_score = scorer.Evaluate(candidate); in choose_tls13_cipher()
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp311 auto Score = in eliminateGuardViaWidening() local
315 << scoreTypeToString(Score) << "\n"); in eliminateGuardViaWidening()
316 if (Score > BestScoreSoFar) { in eliminateGuardViaWidening()
317 BestScoreSoFar = Score; in eliminateGuardViaWidening()
/external/eigen/Eigen/src/LU/
DPartialPivLU.h368 typedef typename Scoring::result_type Score;
380 Score biggest_in_corner
386 if(biggest_in_corner != Score(0))
DFullPivLU.h519 typedef typename Scoring::result_type Score;
520 Score biggest_in_corner;
527 if(biggest_in_corner==Score(0))
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp316 auto Score = in eliminateGuardViaWidening() local
320 << scoreTypeToString(Score) << "\n"); in eliminateGuardViaWidening()
321 if (Score > BestScoreSoFar) { in eliminateGuardViaWidening()
322 BestScoreSoFar = Score; in eliminateGuardViaWidening()
DReassociate.cpp2225 unsigned Score = 0; in ReassociateExpression() local
2232 Score += it->second; in ReassociateExpression()
2235 if (Score > Max || (Score == Max && MaxRank < BestRank)) { in ReassociateExpression()
2237 Max = Score; in ReassociateExpression()
/external/eigen/doc/
DCustomizingEigen_CustomScalar.dox96 result_type(int i = 0) : len(i) {} // Eigen uses Score(0) and Score()
/external/toolchain-utils/crosperf/
Dunittest_keyval_file.txt18 {"description": "Score", "graph": "Total", "higher_is_better": true, "units": "score", "value": 791…
/external/golang-protobuf/proto/
Dproto3_test.go71 Score: 8.1, // (5 | 9<<3): 0x4d <8.1>
Dsize_test.go136 {"proto3 float", &proto3pb.Message{Score: 12.6}},
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go63Score float32 `protobuf:"fixed32,9,opt,name=score,proto3… member
150 return m.Score
/external/eigen/Eigen/src/QR/
DFullPivHouseholderQR.h486 typedef typename Scoring::result_type Score;
488 Score score = m_qr.bottomRightCorner(rows-k, cols-k)
/external/perfetto/test/trace_processor/
Dindex39 # Oom Score
/external/tensorflow/tensorflow/lite/g3doc/models/object_detection/
Doverview.md61 <th>Score</th>
111 <th>Score</th>
/external/eigen/Eigen/src/Core/functors/
DUnaryFunctors.h89 template <typename Score>
91 operator()(const Scalar& a, const Score&) const {
/external/libaom/libaom/av1/encoder/
Dpickrst.c969 int64_t Score, iScore; in compute_score() local
995 Score = Q - 2 * P; in compute_score()
1001 return Score - iScore; in compute_score()
/external/libtextclassifier/annotator/
Dmodel.fbs631 // Score to assign to the annotated numbers from the annotator.
657 // Score to assign to the annotated durations from the annotator.
/external/libtextclassifier/actions/
Dactions_model.fbs263 // Score.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9525 unsigned Score = j == N - 1 ? 0 : PartitionsScore[j + 1]; in findJumpTables() local
9529 Score += PartitionScores::SingleCase; in findJumpTables()
9531 Score += PartitionScores::FewCases; in findJumpTables()
9533 Score += PartitionScores::Table; in findJumpTables()
9538 (NumPartitions == MinPartitions[i] && Score > PartitionsScore[i])) { in findJumpTables()
9541 PartitionsScore[i] = Score; in findJumpTables()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3836 int Score = P.getPatternComplexity(CGP); in runOnPattern() local
3838 RuleMatcherScores[M.getRuleID()] = Score; in runOnPattern()
/external/google-styleguide/
Dobjcguide.md406 UpdateTally(scores[x] * y + bases[x], // Score heuristic.