Home
last modified time | relevance | path

Searched refs:nextPower (Results 1 – 1 of 1) sorted by relevance

/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java215 long nextPower; in getLogDistribution() local
231 nextPower = (nextSign * (i + 1)); in getLogDistribution()
233 upperBound = (nextPower == 0 ? -2L : in getLogDistribution()
234 (nextSign * ((long) Math.pow(2L, nextPower))) - 1); in getLogDistribution()