Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/shape/src/
H A Dsc_dis.cpp747 float leftcost = 0; in hungarian() local
752 leftcost+=float(minval); in hungarian()
754 leftcost /= trueCostMatrix.rows; in hungarian()
765 minMatchCost = std::max(leftcost,rightcost); in hungarian()
/dports/news/trn4/trn-4.0-test77/
H A Dterm.c57 static int leftcost, upcost; variable
294 leftcost = strlen(tc_BC);
1825 xcost = -xcost * leftcost;
/dports/biology/stringtie/stringtie-2.1.1/
H A Drlink.cpp1262 float leftcost=0; in compute_chi2() local
1269 leftcost+=(winleft[j]-muleft)*(winleft[j]-muleft); in compute_chi2()
1272 chi=basecost/(2*CHI_WIN)-(leftcost+rightcost)/CHI_WIN; in compute_chi2()
1279 float leftcost=0; in compute_cost() local
1291 leftcost+=fabs(wincov[j]-muleft); in compute_cost()
1300 cost=basecost/len-leftcost/leftlen-rightcost/rightlen; in compute_cost()
1314 float leftcost=0; in compute_cost() local
1321 if(j<i) leftcost+=(wincov[j]-muleft)*(wincov[j]-muleft); in compute_cost()
1324 cost=basecost/len-leftcost/i-rightcost/(len-i); in compute_cost()
/dports/lang/sdcc/sdcc-4.0.0/src/stm8/
H A Dgen.c6539 int shCount, leftcost, rightcost; in genGetABit() local
6596 leftcost = 3 + (shCount <= 4) + (7 - shCount) % 4; in genGetABit()
6598 if (rightcost < leftcost) in genGetABit()