Searched refs:getBitLength (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DHistogram.java174 double getBitLength(int value) { method in class:Histogram
187 public double getBitLength(int value); method in interface:Histogram.BitMetric
190 public double getBitLength(int value) {
191 return Histogram.this.getBitLength(value);
200 double getBitLength() { method in class:Histogram
205 assert(0.1 > Math.abs(sum - getBitLength(bitMetric)));
211 double getBitLength(BitMetric len) { method in class:Histogram
215 sum += matrix[i][0] * len.getBitLength(matrix[i][j]);
320 assert(0.1 > Math.abs(len - getBitLength(matrix[i][1])));
350 double tlen = getBitLength();
[all...]
H A DCodingChooser.java479 c.histSize = (int)Math.ceil(hist.getBitLength(c.coding) / 8);
662 currentUSize = (int) Math.ceil(hist.getBitLength(unfavoredCoding) / 8);
H A DCoding.java768 public double getBitLength(int value) { // implements BitMetric method in class:Coding

Completed in 135 milliseconds