Searched defs:getZone (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java292 int getZone(KVOpExpression kve, double val) method in class:StatisticList
294 return (statisticOperations.getZone(kve, val));
635 public int getZone(KVOpExpression kve, double val) method in class:StatisticOperations
648 return (getZone(target, val));
662 return (getZone(mean, val));
671 private int getZone(double target, double val) method in class:StatisticOperations

Completed in 71 milliseconds