Searched refs:otherCount (Results 1 – 6 of 6) sorted by relevance
156 long otherCount, in merge() argument162 count = otherCount; in merge()168 count += otherCount; in merge()172 mean += delta * otherCount / count; in merge()173 sumOfSquaresOfDeltas += otherSumOfSquaresOfDeltas + delta * (otherMean - mean) * otherCount; in merge()
190 long otherCount, in merge() argument196 count = otherCount; in merge()202 count += otherCount; in merge()206 mean += delta * otherCount / count; in merge()207 sumOfSquaresOfDeltas += otherSumOfSquaresOfDeltas + delta * (otherMean - mean) * otherCount; in merge()
49 int otherCount = 0; field in ServletSpiVisitor110 otherCount++; in visitOther()
75 assertEquals(48, visitor.currentCount - visitor.otherCount); in validateVisitor()
332 final int otherCount = that.codePointCounts.count(element); in getDistanceTo() local333 distance += Math.abs(count - otherCount); in getDistanceTo()
300 const uint32_t otherCount = totalCount - (zeroCount + maxCount); in Print() local305 otherCount, (double)otherCount * 100.0 / (double)totalCount); in Print()