Searched refs:Score (Results 1 – 9 of 9) sorted by relevance
212 struct Score { in matchStyleCSS3() struct215 Score& operator +=(int rhs) { this->score += rhs; return *this; } in matchStyleCSS3() argument216 Score& operator <<=(int rhs) { this->score <<= rhs; return *this; } in matchStyleCSS3() argument217 bool operator <(const Score& that) { return this->score < that.score; } in matchStyleCSS3() argument220 Score maxScore = { 0, 0 }; in matchStyleCSS3()224 Score currentScore = { 0, i }; in matchStyleCSS3()
75 int Score; member189 unsigned score = sinst->Score; in print_list()233 while(temp && inst->Score <= temp->Score) { in add_inst_to_list_score()278 sinst->Score = 0;284 sinst->Score = 0;291 sinst->Score += 100;293 sinst->Score += r->Reader->NumDependencies;313 sinst->Score |= NO_OUTPUT_SCORE; in score_no_output()317 sinst->Score |= NO_OUTPUT_SCORE; in score_no_output()329 sinst->Score = 0; in calc_score_r300()[all …]
311 auto Score = in eliminateGuardViaWidening() local315 << scoreTypeToString(Score) << "\n"); in eliminateGuardViaWidening()316 if (Score > BestScoreSoFar) { in eliminateGuardViaWidening()317 BestScoreSoFar = Score; in eliminateGuardViaWidening()
368 typedef typename Scoring::result_type Score;380 Score biggest_in_corner386 if(biggest_in_corner != Score(0))
519 typedef typename Scoring::result_type Score;520 Score biggest_in_corner;527 if(biggest_in_corner==Score(0))
96 result_type(int i = 0) : len(i) {} // Eigen uses Score(0) and Score()
18 {"description": "Score", "graph": "Total", "higher_is_better": true, "units": "score", "value": 791…
486 typedef typename Scoring::result_type Score;488 Score score = m_qr.bottomRightCorner(rows-k, cols-k)
75 template<typename Score>76 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const Scalar& a, const Score&)…