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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java473 * Direction from mean (used to test ZONELT and ZONEGT).
480 public static final int ZONELT = 0x00000; field in class:StatisticOperations
677 ZONEZ | ZONELT : (val > target + 3 * sd) ?
679 ZONEA | ZONELT : (val > target + 2 * sd) ?
681 ZONEB | ZONELT : (val > target + sd) ?
683 ZONEC | ZONELT : ZONEC | ZONEGT);

Completed in 58 milliseconds