Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkFontMgr.cpp195 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/
DSkFontMgr.cpp221 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/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h89 unsigned Score; member
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp145 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/
DInstrProf.cpp507 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/
DGuardWidening.cpp371 auto Score = computeWideningScore(Instr, Candidate, InvertCondition); in eliminateInstrViaWidening() local
DReassociate.cpp2290 unsigned Score = 0; in ReassociateExpression() local
/third_party/skia/third_party/externals/brotli/research/
Ddurchschlag.cc12 typedef uint32_t Score; typedef
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c75 int Score; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp1306 bool WaitcntBrackets::mergeScore(const MergeInfo &M, uint32_t &Score, in mergeScore()