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