Home | History | Annotate | Download | only in src

Lines Matching refs:stat_rat

758     Word16 stat_rat;
793 stat_rat = 0;
820 /* stat_rat = num/denom * 64 */
824 stat_rat = add(stat_rat, shr(temp, sub(8, exp, pOverflow), pOverflow), pOverflow);
827 /* compare stat_rat with a threshold and update stat_count */
828 if (stat_rat > STAT_THR)