Searched defs:Score (Results 1 – 12 of 12) sorted by relevance
221 struct Score { in matchStyleCSS3() struct222 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()
108 typedef std::tuple<bool, bool, bool> Score; typedef in CipherScorer
311 auto Score = in eliminateGuardViaWidening() local
316 auto Score = in eliminateGuardViaWidening() local
2225 unsigned Score = 0; in ReassociateExpression() local
12 typedef uint32_t Score; typedef
63 …Score float32 `protobuf:"fixed32,9,opt,name=score,proto3… member
75 int Score; member
969 int64_t Score, iScore; in compute_score() local
3836 int Score = P.getPatternComplexity(CGP); in runOnPattern() local
9525 unsigned Score = j == N - 1 ? 0 : PartitionsScore[j + 1]; in findJumpTables() local