Home
last modified time | relevance | path

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

/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/nurbtess/
H A DsampleComp.cc159 Int midIndex2; in sampleCompLeft() local
170 midIndex2 = -1; /*initilization*/ in sampleCompLeft()
174 midIndex2 = leftChain->findIndexAboveGen( in sampleCompLeft()
180 gridMidIndex2 = 1+leftGridChain->lookfor(leftChain->getVertex(midIndex2)[1], in sampleCompLeft()
234 if(midIndex2 >= 0) /*there is a trim point inbewteen grid lines*/ in sampleCompLeft()
251 sampleLeftSingleTrimEdgeRegionGen(leftChain->getVertex(midIndex2), in sampleCompLeft()
254 midIndex2+1, in sampleCompLeft()
269 midIndex2, in sampleCompLeft()
H A DsampleCompRight.cc72 Int midIndex2; in sampleCompRight() local
79 midIndex2 = -1; //initilization in sampleCompRight()
84 midIndex2 = rightChain->findIndexAboveGen(rightGridChain->get_v_value(gridIndex2), in sampleCompRight()
105 Real temp = rightChain->getVertex(midIndex2)[1]; in sampleCompRight()
162 if(midIndex2 >= 0) //there is a trm point between grid lines in sampleCompRight()
179 sampleRightSingleTrimEdgeRegionGen(rightChain->getVertex(midIndex2), in sampleCompRight()
182 midIndex2+1, in sampleCompRight()
196 midIndex2, in sampleCompRight()
/dports/biology/mothur/mothur-1.46.1/source/
H A Dutils.cpp4721 int midIndex2 = (x.size()/2); in median() local
4722 value = (x[midIndex1]+ x[midIndex2]) / 2.0; in median()
4747 int midIndex2 = (x.size()/2); in median() local
4748 value = (x[midIndex1]+ x[midIndex2]) / 2.0; in median()