Home
last modified time | relevance | path

Searched refs:bestsofar (Results 1 – 16 of 16) sorted by relevance

/dports/textproc/p5-Text-Reflow/Text-Reflow-1.17/
H A DReflow.xs66 int lastbreak, i, j, k, interval, penalty, bestsofar; local
112 bestsofar = penaltylimit * 20;
133 if (penalty <= bestsofar) {
134 bestsofar = penalty;
139 if (bestsofar < best) {
144 best = bestsofar;
H A DReflow.pm67 my ($j, $k, $interval, $penalty, @totalpenalty, $bestsofar);
94 $bestsofar = $penaltylimit * 20;
109 if ($penalty <= $bestsofar) {
110 $bestsofar = $penalty;
115 if ($bestsofar < $best) {
118 $best = $bestsofar;
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/cfroute/src/
H A Dakas.cpp159 int count,bestsofar,current; in AKAMatch() local
164 bestsofar=GetMatchLevel (*storage,compare); in AKAMatch()
168 if ((current=GetMatchLevel (work,compare))>bestsofar) in AKAMatch()
171 bestsofar=current; in AKAMatch()
/dports/news/husky/husky-1.9.20191207/cfroute/src/
H A Dakas.cpp159 int count,bestsofar,current; in AKAMatch() local
164 bestsofar=GetMatchLevel (*storage,compare); in AKAMatch()
168 if ((current=GetMatchLevel (work,compare))>bestsofar) in AKAMatch()
171 bestsofar=current; in AKAMatch()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/cfroute/src/
H A Dakas.cpp159 int count,bestsofar,current; in AKAMatch() local
164 bestsofar=GetMatchLevel (*storage,compare); in AKAMatch()
168 if ((current=GetMatchLevel (work,compare))>bestsofar) in AKAMatch()
171 bestsofar=current; in AKAMatch()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/cfroute/src/
H A Dakas.cpp159 int count,bestsofar,current; in AKAMatch() local
164 bestsofar=GetMatchLevel (*storage,compare); in AKAMatch()
168 if ((current=GetMatchLevel (work,compare))>bestsofar) in AKAMatch()
171 bestsofar=current; in AKAMatch()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/cfroute/src/
H A Dakas.cpp159 int count,bestsofar,current; in AKAMatch() local
164 bestsofar=GetMatchLevel (*storage,compare); in AKAMatch()
168 if ((current=GetMatchLevel (work,compare))>bestsofar) in AKAMatch()
171 bestsofar=current; in AKAMatch()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/cfroute/src/
H A Dakas.cpp159 int count,bestsofar,current; in AKAMatch() local
164 bestsofar=GetMatchLevel (*storage,compare); in AKAMatch()
168 if ((current=GetMatchLevel (work,compare))>bestsofar) in AKAMatch()
171 bestsofar=current; in AKAMatch()
/dports/news/husky-htick/husky-htick-1.9.20191207/cfroute/src/
H A Dakas.cpp159 int count,bestsofar,current; in AKAMatch() local
164 bestsofar=GetMatchLevel (*storage,compare); in AKAMatch()
168 if ((current=GetMatchLevel (work,compare))>bestsofar) in AKAMatch()
171 bestsofar=current; in AKAMatch()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/cfroute/src/
H A Dakas.cpp159 int count,bestsofar,current; in AKAMatch() local
164 bestsofar=GetMatchLevel (*storage,compare); in AKAMatch()
168 if ((current=GetMatchLevel (work,compare))>bestsofar) in AKAMatch()
171 bestsofar=current; in AKAMatch()
/dports/audio/flite/flite-2.1-release/src/wavesynth/
H A Dcst_clunits.c83 cst_distfunc dfunc, int bestsofar);
332 int bestsofar) in optimal_couple_frame() argument
347 cludb->mcep->num_channels,bestsofar) in optimal_couple_frame()
446 int bestsofar) in frame_distance() argument
475 if (r > bestsofar) in frame_distance()
486 int bestsofar) in frame_distanceb() argument
515 if (r > bestsofar) in frame_distanceb()
/dports/math/R-cran-partitions/partitions/man/
H A Dnextpart.Rd93 bestsofar <- 0
97 if(jj>bestsofar){
98 bestsofar <- jj
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/NCAnalysisUGens/
H A DTPV.cpp547 float bestsofar= fabs(freqnow- testfreq); in newframe() local
555 if(newproximity<bestsofar) {bestindex= j; bestsofar= newproximity;} in newframe()
570 if (fabs(competitor-closest)<bestsofar) { in newframe()
H A DSMS.cpp1368 float bestsofar= fabs(freqnow- testfreq); in peakmatching() local
1376 if(newproximity<bestsofar) {bestindex= j; bestsofar= newproximity;} in peakmatching()
1391 if (fabs(competitor-closest)<bestsofar) { in peakmatching()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/C5/trees/
H A DRedBlackTreeBag.cs3229 bestsofar = cursor; in TryPredecessor()
3244 if (bestsofar == null) in TryPredecessor()
3251 res = bestsofar.item; in TryPredecessor()
3276 bestsofar = cursor; in TrySuccessor()
3292 if (bestsofar == null) in TrySuccessor()
3299 res = bestsofar.item; in TrySuccessor()
3324 bestsofar = cursor; in TryWeakPredecessor()
3335 if (bestsofar == null) in TryWeakPredecessor()
3342 res = bestsofar.item; in TryWeakPredecessor()
3379 if (bestsofar == null) in TryWeakSuccessor()
[all …]
H A DRedBlackTreeSet.cs3229 bestsofar = cursor; in TryPredecessor()
3244 if (bestsofar == null) in TryPredecessor()
3251 res = bestsofar.item; in TryPredecessor()
3276 bestsofar = cursor; in TrySuccessor()
3292 if (bestsofar == null) in TrySuccessor()
3299 res = bestsofar.item; in TrySuccessor()
3324 bestsofar = cursor; in TryWeakPredecessor()
3335 if (bestsofar == null) in TryWeakPredecessor()
3342 res = bestsofar.item; in TryWeakPredecessor()
3379 if (bestsofar == null) in TryWeakSuccessor()
[all …]