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

/libcore/ojluni/src/main/java/java/nio/
H A DBits.java240 static int getIntB(ByteBuffer bb, int bi) { method in class:Bits
247 static int getIntB(long a) { method in class:Bits
255 return bigEndian ? getIntB(bb, bi) : getIntL(bb, bi);
259 return bigEndian ? getIntB(a) : getIntL(a);
489 return Float.intBitsToFloat(getIntB(bb, bi));
493 return Float.intBitsToFloat(getIntB(a));

Completed in 67 milliseconds