Searched refs:sumFreq (Results 1 – 2 of 2) sorted by relevance
328 final long sumFreq = getSumFreq(); in getPct() local329 if (sumFreq == 0) { in getPct()332 return (double) getCount(v) / (double) sumFreq; in getPct()503 final long sumFreq = getSumFreq(); in getCumPct() local504 if (sumFreq == 0) { in getCumPct()507 return (double) getCumFreq(v) / (double) sumFreq; in getCumPct()
576 unsigned i, adder, sumFreq, escFreq; in Rescale() local589 sumFreq = s->Freq; in Rescale()596 sumFreq += s->Freq; in Rescale()634 p->MinContext->SummFreq = (UInt16)(sumFreq + escFreq - (escFreq >> 1)); in Rescale()