Home
last modified time | relevance | path

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

/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java213 long nextSign; in getLogDistribution() local
230 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()