Lines Matching refs:leftMax
338 Real leftMax /*= leftChain->getVertex(leftEndIndex)[0]*/; in findTopSeparator() local
344 leftMax = leftChain->getVertex(leftEndIndex)[0] - Real(1.0); //initilza to left of leftU in findTopSeparator()
351 leftMax = leftChain->getVertex(leftEndIndex)[0]; in findTopSeparator()
370 if(rightChain->getVertex(k)[0] > leftMax) //no conflict in findTopSeparator()
391 if(leftChain->getVertex(k)[0] > leftMax) in findTopSeparator()
393 leftMax = leftChain->getVertex(k)[0]; in findTopSeparator()
404 if(leftChain->getVertex(i)[0] > leftMax) //update leftMax and newLeftI. in findTopSeparator()
406 leftMax = leftChain->getVertex(i)[0]; in findTopSeparator()
420 if(leftMax >= rightMin) //there is a conflict in findTopSeparator()
439 if(leftChain->getVertex(k)[0] > leftMax) in findTopSeparator()
441 leftMax = leftChain->getVertex(k)[0]; in findTopSeparator()
447 if(leftMax >= rightMin) //there is a conflict in findTopSeparator()