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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java662 * The calcQ() method calculates the quotient for any given
730 private double calcQ(double factor, int intersection) method in class:PSETData
805 calcQ(factor, intersection),
806 calcQ(factor, intersection-1),
807 calcQ(factor, intersection+1));

Completed in 45 milliseconds