Home
last modified time | relevance | path

Searched refs:swapScore (Results 1 – 4 of 4) sorted by relevance

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c1305 UV swapCount, swapScore, targetCharCount, i, j; in S_edit_distance() local
1338swapScore = scores[targetCharCount * (y + 2) + swapCount] + i - targetCharCount - 1 + j - swapCoun… in S_edit_distance()
1341 …scores[(i+1) * (y + 2) + (j + 1)] = MIN(swapScore,(MIN(scores[i * (y + 2) + j], MIN(scores[(i+1) *… in S_edit_distance()
1345 scores[(i+1) * (y + 2) + (j + 1)] = MIN(scores[i * (y + 2) + j], swapScore); in S_edit_distance()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c1405 UV swapCount, swapScore, targetCharCount, i, j; in S_edit_distance() local
1438swapScore = scores[targetCharCount * (y + 2) + swapCount] + i - targetCharCount - 1 + j - swapCoun… in S_edit_distance()
1441 …scores[(i+1) * (y + 2) + (j + 1)] = MIN(swapScore,(MIN(scores[i * (y + 2) + j], MIN(scores[(i+1) *… in S_edit_distance()
1445 scores[(i+1) * (y + 2) + (j + 1)] = MIN(scores[i * (y + 2) + j], swapScore); in S_edit_distance()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c1405 UV swapCount, swapScore, targetCharCount, i, j; in S_edit_distance() local
1438swapScore = scores[targetCharCount * (y + 2) + swapCount] + i - targetCharCount - 1 + j - swapCoun… in S_edit_distance()
1441 …scores[(i+1) * (y + 2) + (j + 1)] = MIN(swapScore,(MIN(scores[i * (y + 2) + j], MIN(scores[(i+1) *… in S_edit_distance()
1445 scores[(i+1) * (y + 2) + (j + 1)] = MIN(scores[i * (y + 2) + j], swapScore); in S_edit_distance()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c1418 UV swapCount, swapScore, targetCharCount, i, j; in S_edit_distance() local
1451swapScore = scores[targetCharCount * (y + 2) + swapCount] + i - targetCharCount - 1 + j - swapCoun… in S_edit_distance()
1454 …scores[(i+1) * (y + 2) + (j + 1)] = MIN(swapScore,(MIN(scores[i * (y + 2) + j], MIN(scores[(i+1) *… in S_edit_distance()
1458 scores[(i+1) * (y + 2) + (j + 1)] = MIN(scores[i * (y + 2) + j], swapScore); in S_edit_distance()