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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DIEEE754FloatingPointEncodingAlgorithm.java31 public final static int FLOAT_SIZE = 4; field in class:IEEE754FloatingPointEncodingAlgorithm
H A DFloatEncodingAlgorithm.java45 if (octetLength % FLOAT_SIZE != 0) {
47 getString("message.lengthNotMultipleOfFloat", new Object[]{Integer.valueOf(FLOAT_SIZE)}));
50 return octetLength / FLOAT_SIZE;
54 return primitiveLength * FLOAT_SIZE;
107 final int size = length / FLOAT_SIZE;
119 final byte[] b = new byte[FLOAT_SIZE];
129 final int m = s.read(b, n, FLOAT_SIZE - n);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java385 FLOAT_SIZE = objectHeap.getFloatSize();
702 long offset = FLOAT_BASE_OFFSET + index * FLOAT_SIZE;
1002 private long FLOAT_SIZE; field in class:HeapHprofBinWriter

Completed in 76 milliseconds