Home
last modified time | relevance | path

Searched refs:rightScore (Results 1 – 22 of 22) sorted by relevance

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/tree/binary_space_tree/
H A Ddual_tree_traverser_impl.hpp113 if (rightScore != DBL_MAX) in Traverse()
129 if (leftScore < rightScore) in Traverse()
138 rightScore = rule.Rescore(queryNode, *referenceNode.Right(), rightScore); in Traverse()
140 if (rightScore != DBL_MAX) in Traverse()
181 rightScore); in Traverse()
207 if (leftScore < rightScore) in Traverse()
217 rightScore); in Traverse()
262 rightScore); in Traverse()
285 if (leftScore < rightScore) in Traverse()
295 rightScore); in Traverse()
[all …]
H A Dsingle_tree_traverser_impl.hpp74 double rightScore = rule.Score(queryIndex, *referenceNode.Right()); in Traverse() local
76 if (leftScore < rightScore) in Traverse()
82 rightScore = rule.Rescore(queryIndex, *referenceNode.Right(), rightScore); in Traverse()
84 if (rightScore != DBL_MAX) in Traverse()
89 else if (rightScore < leftScore) in Traverse()
114 rightScore = rule.Rescore(queryIndex, *referenceNode.Right(), in Traverse()
115 rightScore); in Traverse()
117 if (rightScore != DBL_MAX) in Traverse()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/tree/spill_tree/
H A Dspill_dual_tree_traverser_impl.hpp119 if (rightScore != DBL_MAX) in Traverse()
168 if (leftScore < rightScore) in Traverse()
178 rightScore); in Traverse()
180 if (rightScore != DBL_MAX) in Traverse()
221 rightScore); in Traverse()
281 if (leftScore < rightScore) in Traverse()
291 rightScore); in Traverse()
336 rightScore); in Traverse()
359 if (leftScore < rightScore) in Traverse()
369 rightScore); in Traverse()
[all …]
H A Dspill_single_tree_traverser_impl.hpp79 double rightScore = rule.Score(queryIndex, *referenceNode.Right()); in Traverse() local
81 if (leftScore < rightScore) in Traverse()
87 rightScore = rule.Rescore(queryIndex, *referenceNode.Right(), in Traverse()
88 rightScore); in Traverse()
90 if (rightScore != DBL_MAX) // Recurse to the right. in Traverse()
95 else if (rightScore < leftScore) in Traverse()
120 rightScore = rule.Rescore(queryIndex, *referenceNode.Right(), in Traverse()
121 rightScore); in Traverse()
123 if (rightScore != DBL_MAX) in Traverse()
/dports/games/blobby/blobby-1.0/src/
H A DGameLogicState.cpp30 io.uint32(value.rightScore); in USER_SERIALIZER_IMPLEMENTATION_HELPER()
42 std::swap(leftScore, rightScore); in swapSides()
57 return leftScore == other.leftScore && rightScore == other.rightScore && in operator ==()
66 …stream << "GAME LOGIC STATE [ " << state.leftScore << " : " << state.rightScore << " " << state.s… in operator <<()
H A DGameLogicState.h32 unsigned int rightScore; member
H A DReplayRecorder.cpp276 mEndScore[RIGHT_PLAYER] != state.logicState.rightScore || in record()
294 mEndScore[RIGHT_PLAYER] = state.logicState.rightScore; in record()
H A DRenderManagerGP2X.h49 virtual void setScore(int leftScore, int rightScore,
H A DRenderManagerGP2X.cpp342 void RenderManagerGP2X::setScore(int leftScore, int rightScore, in setScore() argument
346 mRightPlayerScore = rightScore; in setScore()
H A DGameLogic.cpp141 gls.rightScore = getScore(RIGHT_PLAYER); in getState()
156 setScore(RIGHT_PLAYER, gls.rightScore); in setState()
/dports/net/bosh-cli/bosh-cli-5.5.0/ui/table/
H A Dsorting.go11 var leftScore, rightScore int
23 rightScore += (10 - ci) * 10
28 rightScore += (10 - ci) * 10
33 return leftScore > rightScore
/dports/games/amoebax/amoebax-0.2.1/src/
H A DNormalState.cxx203 uint32_t rightScore = k_PlayerSide == IPlayer::RightSide ? getCurrentScore () : in update() local
209 leftScore, rightScore, in update()
/dports/biology/biococoa/biococoa-2.2.2/BCFoundation/BCAlignment/
H A DBCPairwiseAlignment.m106 int rightScore = dynMatrix[ LEFT ] + gapCosts;
111 if ( diagScore >= rightScore ) {
122 if ( rightScore > downScore ) {
124 dynMatrix[ currPos ] = rightScore;
/dports/graphics/qgis/qgis-3.22.3/src/core/locator/
H A Dqgslocatormodel.cpp361 …const double rightScore = sourceModel()->data( right, QgsLocatorModel::ResultScoreRole ).toDouble(… in lessThan() local
362 if ( !qgsDoubleNear( leftScore, rightScore ) ) in lessThan()
363 return leftScore > rightScore; in lessThan()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/locator/
H A Dqgslocatormodel.cpp361 double rightScore = sourceModel()->data( right, QgsLocatorModel::ResultScoreRole ).toDouble(); in lessThan() local
362 if ( !qgsDoubleNear( leftScore, rightScore ) ) in lessThan()
363 return leftScore > rightScore; in lessThan()
/dports/biology/edlib/edlib-d5774b4/edlib/src/
H A Dedlib.cpp1327 int leftScore = -1, rightScore = -1; in obtainAlignmentHirschberg() local
1332 rightScore = scoresRight[queryIdx + 1 - scoresRightStartIdx]; in obtainAlignmentHirschberg()
1333 if (leftScore + rightScore == bestScore) { in obtainAlignmentHirschberg()
1342 rightScore = scoresRight[0]; in obtainAlignmentHirschberg()
1343 if (leftScore + rightScore == bestScore) { in obtainAlignmentHirschberg()
1351 rightScore = rightHalfWidth; in obtainAlignmentHirschberg()
1352 if (leftScore + rightScore == bestScore) { in obtainAlignmentHirschberg()
1382 equalityDefinition, alphabetLength, rightScore, in obtainAlignmentHirschberg()
/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dedlib.C1477 int leftScore, rightScore; in obtainAlignmentHirschberg() local
1482 rightScore = scoresRight[queryIdx + 1 - scoresRightStartIdx]; in obtainAlignmentHirschberg()
1483 if (leftScore + rightScore == bestScore) { in obtainAlignmentHirschberg()
1492 rightScore = scoresRight[0]; in obtainAlignmentHirschberg()
1493 if (leftScore + rightScore == bestScore) { in obtainAlignmentHirschberg()
1501 rightScore = rightHalfWidth; in obtainAlignmentHirschberg()
1502 if (leftScore + rightScore == bestScore) { in obtainAlignmentHirschberg()
1532 equalityDefinition, alphabetLength, rightScore, in obtainAlignmentHirschberg()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/libtaskmanager/
H A Dtasksmodel.cpp887 int rightScore = -1; in lessThan() local
901 rightScore += activityTaskCounts[activity]; in lessThan()
905 if (leftScore == -1 || rightScore == -1) { in lessThan()
912 if (rightScore == -1) { in lessThan()
913 rightScore = sumScore; in lessThan()
917 if (leftScore != rightScore) { in lessThan()
918 return (leftScore > rightScore); in lessThan()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/align_extend/
H A Dalign_extend.h252 TScoreValue rightScore = 0; in _extendAlignmentImpl() local
351rightScore = _setUpAndRunAlignImpl(alignContext, inf0, inf1, scoreScheme, lowerDiag, upperDiag, xD… in _extendAlignmentImpl()
370 return leftScore + centerScore + rightScore; in _extendAlignmentImpl()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/align_extend/
H A Dalign_extend.h252 TScoreValue rightScore = 0; in _extendAlignmentImpl() local
351rightScore = _setUpAndRunAlignImpl(alignContext, inf0, inf1, scoreScheme, lowerDiag, upperDiag, xD… in _extendAlignmentImpl()
370 return leftScore + centerScore + rightScore; in _extendAlignmentImpl()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/align_extend/
H A Dalign_extend.h267 TScoreValue rightScore = 0; in _extendAlignmentImpl() local
358rightScore = _setUpAndRunAlignImpl(alignContext, inf0, inf1, scoreScheme, lowerDiag, upperDiag, xD… in _extendAlignmentImpl()
375 return leftScore + centerScore + rightScore; in _extendAlignmentImpl()
/dports/games/blobby/blobby-1.0/test/
H A DGenericIOTest.cpp379 dlms.logicState.rightScore = 6; in generic_io_types_test_special_f()