Home
last modified time | relevance | path

Searched refs:numTips (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Filters/StatisticsGnuR/
H A DvtkRAdapter.cxx747 int numTips = numEdges - numNodes + 1; in RToVTKTree() local
748 tipLabels->SetNumberOfValues(numTips); in RToVTKTree()
751 for (int i = 0; i < numTips; i++) in RToVTKTree()
758 for (int i = 0; i < numTips; i++) in RToVTKTree()
799 names->SetNumberOfValues(numTips + numNodes); in RToVTKTree()
800 for (int i = 0; i < numTips; i++) in RToVTKTree()
806 names->SetValue(i + numTips, nodeLabels->GetValue(i)); in RToVTKTree()
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.c7080 int i, numTips; in RetrieveUTopology() local
7109 for (i=3; i<numTips; i++) in RetrieveUTopology()
7146 int i, numTips; in RetrieveUTree() local
7178 for (i=3; i<numTips; i++) in RetrieveUTree()
8028 int i, numTips; in StoreUPolyTopology() local
8078 for (i=0; i<numTips-3; i++) in StoreUPolyTopology()
8127 int i, j, numTips; in StoreUPolyTree() local
8177 j = 2*numTips - 4; in StoreUPolyTree()
8245 int i, numTips; in StoreUTopology() local
8328 int i, j, numTips; in StoreUTree() local
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/game2/gameSource/
H A Dgame.cpp974 int numTips = mToolTipButtons.size(); in initFromFiles() local
975 for( int t=0; t<numTips; t++ ) { in initFromFiles()
1543 int numTips = mToolTipButtons.size(); in fireRedraw() local
1544 for( int t=0; t<numTips; t++ ) { in fireRedraw()