Searched defs:summ (Results 1 – 7 of 7) sorted by relevance
53 let summ = &Summary { in test_norm2() localVariable83 let summ = &Summary { in test_norm10narrow() localVariable113 let summ = &Summary { in test_norm10medium() localVariable143 let summ = &Summary { in test_norm10wide() localVariable188 let summ = &Summary { in test_norm25verynarrow() localVariable218 let summ = &Summary { in test_exp10a() localVariable248 let summ = &Summary { in test_exp10b() localVariable278 let summ = &Summary { in test_exp10c() localVariable323 let summ = &Summary { in test_exp25() localVariable368 let summ = &Summary { in test_binom25() localVariable[all …]
29 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift)) argument30 #define PPMD_GET_MEAN(summ) PPMD_GET_MEAN_SPEC((summ), PPMD_PERIOD_BITS, 2) argument
232 unsigned summ = (UInt16)see->Summ; // & 0xFFFF in Ppmd7z_EncodeSymbol() local
416 unsigned summ = ((5 * i + 10) << (PPMD_PERIOD_BITS - 4)); in Ppmd7_RestartModel() local945 const unsigned summ = (UInt16)see->Summ; // & 0xFFFF in Ppmd7_MakeEscFreq() local
151 let summ = stats::Summary::new(samples); in iter() localVariable
3238 double summ, reps, diff; in SWIG_CanCastAsInteger() local