Searched defs:Score (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/src/core/ |
D | SkFontMgr.cpp | 195 struct Score { in matchStyleCSS3() struct 196 int score; in matchStyleCSS3() 197 int index; in matchStyleCSS3() 198 Score& operator +=(int rhs) { this->score += rhs; return *this; } in matchStyleCSS3() 199 Score& operator <<=(int rhs) { this->score <<= rhs; return *this; } in matchStyleCSS3() 200 bool operator <(const Score& that) { return this->score < that.score; } in matchStyleCSS3()
|
/third_party/flutter/skia/src/core/ |
D | SkFontMgr.cpp | 221 struct Score { in matchStyleCSS3() struct 222 int score; in matchStyleCSS3() 223 int index; in matchStyleCSS3() 224 Score& operator +=(int rhs) { this->score += rhs; return *this; } in matchStyleCSS3() 225 Score& operator <<=(int rhs) { this->score <<= rhs; return *this; } in matchStyleCSS3() 226 bool operator <(const Score& that) { return this->score < that.score; } in matchStyleCSS3()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | HotColdSplitting.cpp | 383 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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | Reassociate.h | 89 unsigned Score; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanSLP.cpp | 232 unsigned Score = 0; in getLAScore() local 276 unsigned Score = getLAScore(Last, Candidate, Depth, IAI); in getBest() local
|
D | SLPVectorizer.cpp | 1031 unsigned Score = 0; in getBestOperand() member 1059 unsigned Score = in getBestOperand() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SwitchLoweringUtils.cpp | 145 unsigned Score = j == N - 1 ? 0 : PartitionsScore[j + 1]; in findJumpTables() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 507 double Score = 0.0f, FuncLevelScore = 0.0f; in overlap() local 578 double Score = 0.0; in overlap() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 371 auto Score = computeWideningScore(Instr, Candidate, InvertCondition); in eliminateInstrViaWidening() local
|
D | Reassociate.cpp | 2290 unsigned Score = 0; in ReassociateExpression() local
|
/third_party/skia/third_party/externals/brotli/research/ |
D | durchschlag.cc | 12 typedef uint32_t Score; typedef
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_schedule.c | 75 int Score; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 1306 bool WaitcntBrackets::mergeScore(const MergeInfo &M, uint32_t &Score, in mergeScore()
|