Searched defs:Score (Results 1 – 13 of 13) sorted by relevance
| /third_party/skia/src/core/ |
| D | SkFontMgr.cpp | 200 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()
|
| /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/modules/skparagraph/src/ |
| D | TextWrapper.cpp | 603 struct Score { in moveForward() struct 604 int64_t score { 0 }; in moveForward() 606 std::vector<SkScalar> widths; in moveForward()
|
| /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()
|