Lines Matching defs:avg
9506 float avg;
9517 avg = (float) (sum) / (float) (count);
9518 pct = 100.0 - (avg * 100.0) / targetCode;
9532 avg = exp((-pct)/area)*coeff+cnst;
9533 gn = gn * avg;
12462 float avg, pct, coeff = 0;
12555 avg = ((float) (sum)) / ((float) (h - (top + bottom)));
12556 /* XXX ICI XXX avg=128==>2 */
12557 /*coeff = (256.0 * (targetCode / avg - 1.0)) / 2.00;*/
12558 coeff = (256.0 * (targetCode / avg - 1.0)) / ((avg*3.5)/targetCode);
12575 avg = ((float) (sum)) / ((float) (h - (top + bottom)));
12578 pct = 100.0 - (avg * 100.0) / targetCode;