Home
last modified time | relevance | path

Searched refs:score (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/lib/libsqlite/src/
H A Dwhere.c565 int nEq, m, score; in sqliteWhereBegin() local
644 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 …]
H A DsqliteInt.h807 int score; /* How well this indexed scored */ member
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java936 private final double score; field in SystemSolver.ScoreMove
950 public ScoreMove(Move m, double score) in ScoreMove() argument
953 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()
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java201 Integer score = (Integer) grps.get(group); in getRepresentativeGroup() local
202 if (score != null) { in getRepresentativeGroup()
203 int iscore = score.intValue() + 1; in getRepresentativeGroup()
/titanic_44/usr/src/lib/libshell/common/scripts/
H A Dgnaw.sh722 player["score"]=0 # player score
782 (( player["score"]+=10 ))
/titanic_44/usr/src/cmd/fs.d/
H A Ddf.c787 int score; in path_mount_entry() local
799 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()
/titanic_44/usr/src/cmd/look/
H A Dwords19955 score
/titanic_44/usr/src/cmd/spell/
H A Dlist19954 score
/titanic_44/usr/src/cmd/terminfo/
H A Dtermcap.src9666 # Note: For the same reason as above in rmso I changed exit under-score mode
H A Dterminfo.src10950 # Note: For the same reason as above in rmso I changed exit under-score mode