Home
last modified time | relevance | path

Searched defs:Score (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/core/
DSkFontMgr.cpp200 struct Score { in matchStyleCSS3() struct
201 int score; in matchStyleCSS3()
202 int index; in matchStyleCSS3()
203 Score& operator +=(int rhs) { this->score += rhs; return *this; } in matchStyleCSS3()
204 Score& operator <<=(int rhs) { this->score <<= rhs; return *this; } in matchStyleCSS3()
205 bool operator <(const Score& that) { return this->score < that.score; } in matchStyleCSS3()
/external/libmonet/score/
DScore.java34 public final class Score { class
42 private Score() {} in Score() method in Score
/external/icing/icing/scoring/
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/IPO/
DHotColdSplitting.cpp383 static unsigned getEntryPointScore(BasicBlock &BB, unsigned Score) { in getEntryPointScore()
409 auto addBlockToRegion = [&](BasicBlock *BB, unsigned Score) { in create()
519 unsigned Score = Block.second; in takeSingleEntrySubRegion() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h89 unsigned Score; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp232 unsigned Score = 0; in getLAScore() local
276 unsigned Score = getLAScore(Last, Candidate, Depth, IAI); in getBest() local
DSLPVectorizer.cpp1031 unsigned Score = 0; in getBestOperand() member
1059 unsigned Score = in getBestOperand() local
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Ds3_both.cc671 typedef std::tuple<bool, bool, bool> Score; typedef in CipherScorer
/external/boringssl/src/ssl/
Ds3_both.cc668 typedef std::tuple<bool, bool> Score; typedef in CipherScorer
/external/cronet/third_party/boringssl/src/ssl/
Ds3_both.cc668 typedef std::tuple<bool, bool> Score; typedef in CipherScorer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp145 unsigned Score = j == N - 1 ? 0 : PartitionsScore[j + 1]; in findJumpTables() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp507 double Score = 0.0f, FuncLevelScore = 0.0f; in overlap() local
578 double Score = 0.0; in overlap() local
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp311 auto Score = in eliminateGuardViaWidening() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp371 auto Score = computeWideningScore(Instr, Candidate, InvertCondition); in eliminateInstrViaWidening() local
DReassociate.cpp2290 unsigned Score = 0; in ReassociateExpression() local
/external/brotli/research/
Ddurchschlag.cc12 typedef uint32_t Score; typedef
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c75 int Score; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp1306 bool WaitcntBrackets::mergeScore(const MergeInfo &M, uint32_t &Score, in mergeScore()
/external/libaom/av1/encoder/
Dpickrst.c1284 int64_t Score, iScore; in compute_score() local