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

/libcore/ojluni/src/main/java/java/nio/
H A DBits.java480 static float getFloatL(ByteBuffer bb, int bi) { method in class:Bits
484 static float getFloatL(long a) { method in class:Bits
497 return bigEndian ? getFloatB(bb, bi) : getFloatL(bb, bi);
501 return bigEndian ? getFloatB(a) : getFloatL(a);

Completed in 34 milliseconds