Searched refs:nextPower (Results 1 – 1 of 1) sorted by relevance
215 long nextPower; in getLogDistribution() local231 nextPower = (nextSign * (i + 1)); in getLogDistribution()233 upperBound = (nextPower == 0 ? -2L : in getLogDistribution()234 (nextSign * ((long) Math.pow(2L, nextPower))) - 1); in getLogDistribution()