Searched refs:LMD2 (Results 1 – 1 of 1) sorted by relevance
615 SNodeId LMD2 = S2.getLeftMostDescendant(Col); in getMatchingNodes() local617 LMD2 == S2.getLeftMostDescendant(LastCol)) { in getMatchingNodes()628 Col = LMD2; in getMatchingNodes()660 SNodeId LMD2 = S2.getLeftMostDescendant(Id2); in computeForestDist() local662 ForestDist[LMD1][LMD2] = 0; in computeForestDist()664 ForestDist[D1][LMD2] = ForestDist[D1 - 1][LMD2] + DeletionCost; in computeForestDist()665 for (SNodeId D2 = LMD2 + 1; D2 <= Id2; ++D2) { in computeForestDist()669 if (DLMD1 == LMD1 && DLMD2 == LMD2) { in computeForestDist()