Searched refs:score (Results 1 – 10 of 10) sorted by relevance
565 int nEq, m, score; in sqliteWhereBegin() local644 score = nEq*8; /* Base score is 8 times number of == constraints */ in sqliteWhereBegin()646 if( m & ltMask ) score++; /* Increase score for a < constraint */ in sqliteWhereBegin()647 if( m & gtMask ) score+=2; /* Increase score for a > constraint */ in sqliteWhereBegin()648 if( score==0 && inMask ) score = 4; /* Default score for IN constraint */ in sqliteWhereBegin()649 if( score>bestScore ){ in sqliteWhereBegin()651 bestScore = score; in sqliteWhereBegin()655 pWInfo->a[i].score = bestScore; in sqliteWhereBegin()675 if( pIdx && pWInfo->a[0].score==4 ){ in sqliteWhereBegin()687 int nEqCol = (pWInfo->a[0].score+4)/8; in sqliteWhereBegin()[all …]
807 int score; /* How well this indexed scored */ member
936 private final double score; field in SystemSolver.ScoreMove950 public ScoreMove(Move m, double score) in ScoreMove() argument953 this.score = score; in ScoreMove()960 return ((score < other.getScore()) ? -1 : in compareTo()961 (score > other.getScore()) ? 1 : 0); in compareTo()967 + scoreFormat.format(score)); in toString()975 return (score); in getScore()
201 Integer score = (Integer) grps.get(group); in getRepresentativeGroup() local202 if (score != null) { in getRepresentativeGroup()203 int iscore = score.intValue() + 1; in getRepresentativeGroup()
722 player["score"]=0 # player score782 (( player["score"]+=10 ))
787 int score; in path_mount_entry() local799 score = 0; in path_mount_entry()805 score++; in path_mount_entry()824 if (score > best_score) { in path_mount_entry()826 best_score = score; in path_mount_entry()
19955 score
19954 score
9666 # Note: For the same reason as above in rmso I changed exit under-score mode
10950 # Note: For the same reason as above in rmso I changed exit under-score mode