Home
last modified time | relevance | path

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

123

/external/skia/src/core/
DSkFontMgr.cpp200 struct Score { in matchStyleCSS3() struct
203 Score& operator +=(int rhs) { this->score += rhs; return *this; } in matchStyleCSS3() argument
204 Score& operator <<=(int rhs) { this->score <<= rhs; return *this; } in matchStyleCSS3() argument
205 bool operator <(const Score& that) { return this->score < that.score; } in matchStyleCSS3() argument
208 Score maxScore = { 0, 0 }; in matchStyleCSS3()
212 Score currentScore = { 0, i }; in matchStyleCSS3()
/external/icing/icing/scoring/
Dscoring-processor_test.cc227 EXPECT_THAT(scoring_processor->Score(std::move(doc_hit_info_iterator), in TEST_P()
254 EXPECT_THAT(scoring_processor->Score(std::move(doc_hit_info_iterator), in TEST_P()
260 EXPECT_THAT(scoring_processor->Score(std::move(doc_hit_info_iterator), in TEST_P()
285 EXPECT_THAT(scoring_processor->Score(std::move(doc_hit_info_iterator), in TEST_P()
291 EXPECT_THAT(scoring_processor->Score(std::move(doc_hit_info_iterator), in TEST_P()
318 EXPECT_THAT(scoring_processor->Score(std::move(doc_hit_info_iterator), in TEST_P()
388 scoring_processor->Score(std::move(doc_hit_info_iterator), in TEST_P()
457 scoring_processor->Score(std::move(doc_hit_info_iterator), in TEST_P()
531 scoring_processor->Score(std::move(doc_hit_info_iterator), in TEST_P()
579 scoring_processor->Score(std::move(doc_hit_info_iterator), in TEST_P()
[all …]
Dscore-and-rank_benchmark.cc168 scoring_processor->Score(std::move(doc_hit_info_iterator), in BM_ScoreAndRankDocumentHitsByDocumentScore()
275 scoring_processor->Score(std::move(doc_hit_info_iterator), in BM_ScoreAndRankDocumentHitsByCreationTime()
377 scoring_processor->Score(std::move(doc_hit_info_iterator), in BM_ScoreAndRankDocumentHitsNoScoring()
498 scoring_processor->Score(std::move(doc_hit_info_iterator), num_to_score, in BM_ScoreAndRankDocumentHitsByRelevanceScoring()
Dscoring-processor.h56 std::vector<ScoredDocumentHit> Score(
Dscoring-processor.cc68 std::vector<ScoredDocumentHit> ScoringProcessor::Score( in Score() function in icing::lib::ScoringProcessor
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp232 unsigned Score = 0; in getLAScore() local
235 Score += getLAScore(cast<VPUser>(V1)->getOperand(I), in getLAScore()
237 return Score; in getLAScore()
276 unsigned Score = getLAScore(Last, Candidate, Depth, IAI); in getBest() local
278 PrevScore = Score; in getBest()
279 if (PrevScore != Score) in getBest()
281 PrevScore = Score; in getBest()
283 if (Score > BestScore) { in getBest()
284 BestScore = Score; in getBest()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp383 static unsigned getEntryPointScore(BasicBlock &BB, unsigned Score) { in getEntryPointScore() argument
384 return mayExtractBlock(BB) ? Score : 0; in getEntryPointScore()
409 auto addBlockToRegion = [&](BasicBlock *BB, unsigned Score) { in create() argument
411 ColdRegion->Blocks.emplace_back(BB, Score); in create()
519 unsigned Score = Block.second; in takeSingleEntrySubRegion() local
522 if (!InSubRegion && Score > NextScore) { in takeSingleEntrySubRegion()
524 NextScore = Score; in takeSingleEntrySubRegion()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Ds3_both.cc671 typedef std::tuple<bool, bool, bool> Score; typedef in CipherScorer
675 Score MinScore() const { in MinScore()
676 return Score(false, false, false); in MinScore()
679 Score Evaluate(const SSL_CIPHER *a) const { in Evaluate()
680 return Score( in Evaluate()
702 CipherScorer::Score best_score = scorer.MinScore(); in ssl_choose_tls13_cipher()
718 const CipherScorer::Score candidate_score = scorer.Evaluate(candidate); in ssl_choose_tls13_cipher()
/external/boringssl/src/ssl/
Ds3_both.cc668 typedef std::tuple<bool, bool> Score; typedef in CipherScorer
672 Score MinScore() const { in MinScore()
673 return Score(false, false); in MinScore()
676 Score Evaluate(const SSL_CIPHER *a) const { in Evaluate()
677 return Score( in Evaluate()
732 CipherScorer::Score best_score = scorer.MinScore(); in ssl_choose_tls13_cipher()
753 const CipherScorer::Score candidate_score = scorer.Evaluate(candidate); in ssl_choose_tls13_cipher()
/external/cronet/third_party/boringssl/src/ssl/
Ds3_both.cc668 typedef std::tuple<bool, bool> Score; typedef in CipherScorer
672 Score MinScore() const { in MinScore()
673 return Score(false, false); in MinScore()
676 Score Evaluate(const SSL_CIPHER *a) const { in Evaluate()
677 return Score( in Evaluate()
714 CipherScorer::Score best_score = scorer.MinScore(); in ssl_choose_tls13_cipher()
735 const CipherScorer::Score candidate_score = scorer.Evaluate(candidate); in ssl_choose_tls13_cipher()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp145 unsigned Score = j == N - 1 ? 0 : PartitionsScore[j + 1]; in findJumpTables() local
149 Score += PartitionScores::SingleCase; in findJumpTables()
151 Score += PartitionScores::FewCases; in findJumpTables()
153 Score += PartitionScores::Table; in findJumpTables()
158 (NumPartitions == MinPartitions[i] && Score > PartitionsScore[i])) { in findJumpTables()
161 PartitionsScore[i] = Score; in findJumpTables()
/external/libmonet/score/
DScore.java34 public final class Score { class
42 private Score() {} in Score() method in Score
/external/eigen/Eigen/src/LU/
DPartialPivLU.h361 typedef typename Scoring::result_type Score;
376 Score biggest_in_corner
382 if(biggest_in_corner != Score(0))
408 if (Scoring()(lu(k, k)) == Score(0) && first_zero_pivot == -1)
/external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi/
Ddeny.toml56 # * None - CVSS Score 0.0
57 # * Low - CVSS Score 0.1 - 3.9
58 # * Medium - CVSS Score 4.0 - 6.9
59 # * High - CVSS Score 7.0 - 8.9
60 # * Critical - CVSS Score 9.0 - 10.0
/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/rust/beto-rust/nearby/
Ddeny.toml57 # * None - CVSS Score 0.0
58 # * Low - CVSS Score 0.1 - 3.9
59 # * Medium - CVSS Score 4.0 - 6.9
60 # * High - CVSS Score 7.0 - 8.9
61 # * Critical - CVSS Score 9.0 - 10.0
/external/cronet/third_party/boringssl/src/rust/bssl-crypto/
Ddeny.toml56 # * None - CVSS Score 0.0
57 # * Low - CVSS Score 0.1 - 3.9
58 # * Medium - CVSS Score 4.0 - 6.9
59 # * High - CVSS Score 7.0 - 8.9
60 # * Critical - CVSS Score 9.0 - 10.0
/external/boringssl/src/rust/bssl-crypto/
Ddeny.toml56 # * None - CVSS Score 0.0
57 # * Low - CVSS Score 0.1 - 3.9
58 # * Medium - CVSS Score 4.0 - 6.9
59 # * High - CVSS Score 7.0 - 8.9
60 # * Critical - CVSS Score 9.0 - 10.0
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp371 auto Score = computeWideningScore(Instr, Candidate, InvertCondition); in eliminateInstrViaWidening() local
374 << scoreTypeToString(Score) << "\n"); in eliminateInstrViaWidening()
375 if (Score > BestScoreSoFar) { in eliminateInstrViaWidening()
376 BestScoreSoFar = Score; in eliminateInstrViaWidening()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp507 double Score = 0.0f, FuncLevelScore = 0.0f; in overlap() local
514 Score += OverlapStats::score(I->Count, J->Count, in overlap()
527 Overlap.Overlap.ValueCounts[ValueKind] += Score; in overlap()
578 double Score = 0.0; in overlap() local
582 Score += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
586 Overlap.Overlap.CountSum += Score; in overlap()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h89 unsigned Score; member

123