Home
last modified time | relevance | path

Searched refs:supportValue (Results 1 – 7 of 7) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Diqtree.h259 string perturbStableSplits(double supportValue);
388 …void getStableBranches(SplitIntMap &candSplits, double supportValue, Branches &outBranches, Node *…
H A Diqtree.cpp1526 void IQTree::getStableBranches(SplitIntMap &candSplits, double supportValue, Branches &stableBranch… in getStableBranches() argument
1545 if ( sp->getWeight() >= supportValue) { in getStableBranches()
1552 getStableBranches(candSplits, supportValue, stableBranches, (*it)->node, node); in getStableBranches()
/dports/irc/smuxi/smuxi-1.1/src/Engine-IRC/Protocols/Irc/
H A DIrcProtocolManager.cs2707 string supportValue = null; in _OnRawMessage()
2710 supportValue = support.Split('=')[1]; in _OnRawMessage()
2713 supportValue = null; in _OnRawMessage()
2717 _Network = supportValue; in _OnRawMessage()
2726 HasListMaskSearchSupport = supportValue.Contains("M"); in _OnRawMessage()
2733 foreach (var type in supportValue) { in _OnRawMessage()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lure/
H A Dhotspots.h427 uint16 supportValue() const { return _supportValue; } in supportValue() function
H A Dhotspots.cpp3815 int16 xDiff = h.x() - h.supportValue(); in barmanAnimHandler()
3898 h.setSupportValue(h.supportValue() + 1); // Move to next frame in barmanAnimHandler()
3899 frameList = barEntry.graphics[h.supportValue() >> 8]; in barmanAnimHandler()
3900 frameNumber = frameList[h.supportValue() & 0xff]; in barmanAnimHandler()
/dports/games/scummvm/scummvm-2.5.1/engines/lure/
H A Dhotspots.h427 uint16 supportValue() const { return _supportValue; } in supportValue() function
H A Dhotspots.cpp3832 int16 xDiff = h.x() - h.supportValue(); in barmanAnimHandler()
3915 h.setSupportValue(h.supportValue() + 1); // Move to next frame in barmanAnimHandler()
3916 frameList = barEntry.graphics[h.supportValue() >> 8]; in barmanAnimHandler()
3917 frameNumber = frameList[h.supportValue() & 0xff]; in barmanAnimHandler()