Searched refs:targetlo (Results 1 – 2 of 2) sorted by relevance
118 double targetlo,targethi; in compute() local235 targethi = wttot - targetlo; in compute()301 valuehalf = valuemin + (targetlo - wtlo) / in compute()369 if (wtlo + med.wthi - targetlo < targetlo - wtlo) in compute()380 wtmax = targetlo - wtlo; in compute()655 double targetlo,targethi; in compute_old() local772 targethi = wttot - targetlo; in compute_old()830 valuehalf = valuemin + (targetlo - wtlo) / in compute_old()898 if (wtlo + med.wthi - targetlo < targetlo - wtlo) in compute_old()909 wtmax = targetlo - wtlo; in compute_old()[all …]
118 double targetlo,targethi; in compute() local246 targetlo = wttot * (procmid - proclower) / (procupper + 1 - proclower); in compute()247 targethi = wttot - targetlo; in compute()307 valuehalf = valuemin + (targetlo - wtlo) / in compute()365 if (wtlo + med.totallo < targetlo) { // lower half TOO SMALL in compute()371 if (wtlo + med.wthi < targetlo) { // move it, keep iterating in compute()375 if (wtlo + med.wthi - targetlo < targetlo - wtlo) in compute()384 if (wtlo + med.wthi >= targetlo) { // all done in compute()386 wtmax = targetlo - wtlo; in compute()402 if (targetlo-wtlo <= tolerance) break; // close enough in compute()