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

/openjdk7/jdk/src/share/classes/java/nio/
H A DBits.java434 static float getFloatL(ByteBuffer bb, int bi) { method in class:Bits
438 static float getFloatL(long a) { method in class:Bits
451 return bigEndian ? getFloatB(bb, bi) : getFloatL(bb, bi);
455 return bigEndian ? getFloatB(a) : getFloatL(a);

Completed in 24 milliseconds