Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java214 long nextPower; in getLogDistribution() local
230 nextPower = (nextSign * (i + 1)); in getLogDistribution()
232 upperBound = (nextPower == 0 ? -2L : in getLogDistribution()
233 (nextSign * ((long) Math.pow(2L, nextPower))) - 1); in getLogDistribution()