Lines Matching refs:updateCost
955 static void updateCost( in updateCost() function
1052 updateCost(m, i1+b1, i1, pLang->iDelCost); in editDist3Core()
1055 updateCost(m, i1+p->nFrom, i1, p->iCost); in editDist3Core()
1066 updateCost(m, rx, rxp, pLang->iInsCost); in editDist3Core()
1069 updateCost(m, szRow*(i2+p->nTo), rxp, p->iCost); in editDist3Core()
1081 updateCost(m, cx, cxp, pLang->iDelCost); in editDist3Core()
1084 updateCost(m, cxp+p->nFrom, cxp, p->iCost); in editDist3Core()
1086 updateCost(m, cx, cxu, pLang->iInsCost); in editDist3Core()
1088 updateCost(m, cx, cxd, 0); in editDist3Core()
1090 updateCost(m, cx, cxd, pLang->iSubCost); in editDist3Core()
1094 updateCost(m, cxd+p->nFrom+szRow*p->nTo, cxd, p->iCost); in editDist3Core()