Home
last modified time | relevance | path

Searched refs:kve (Results 1 – 2 of 2) 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) in getZone() argument
294 return (statisticOperations.getZone(kve, val)); in getZone()
317 double getGap(KVOpExpression kve, double val) in getGap() argument
319 return (statisticOperations.getGap(kve, val)); in getGap()
551 double target = kve.getValue(); in toZoneString()
553 if (kve.getOp() == KVOpExpression.LT) { in toZoneString()
559 buf.append(kve.toString()); in toZoneString()
640 double target = kve.getValue(); in getZone()
642 if (kve.getOp() == KVOpExpression.LT) { in getZone()
700 double target = kve.getValue(); in getGap()
[all …]
H A DObjective.java959 KVExpression kve = (KVExpression) getExpression(); in calculate() local
972 if (kve.getValue().compareTo("none") == 0) in calculate()
1035 if (kve.getValue().compareTo("loose") == 0) in calculate()
1099 KVOpExpression kve = (KVOpExpression) getExpression(); in examine() local
1124 int zone = sl.getZone(kve, val); in examine()
1142 if (kve.getOp() == KVOpExpression.LT && in examine()
1147 if (kve.getOp() == KVOpExpression.GT && in examine()
1183 KVOpExpression kve = (KVOpExpression) getExpression(); in calculate() local
1216 gap = sl.getGap(kve, val) / 100; in calculate()
1245 gap = sl.getGap(kve, val) / 100; in calculate()