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

/openjdk7/jdk/src/share/classes/java/nio/
H A DBits.java213 static int getIntL(ByteBuffer bb, int bi) { method in class:Bits
220 static int getIntL(long a) { method in class:Bits
242 return bigEndian ? getIntB(bb, bi) : getIntL(bb, bi) ;
246 return bigEndian ? getIntB(a) : getIntL(a) ;
435 return Float.intBitsToFloat(getIntL(bb, bi));
439 return Float.intBitsToFloat(getIntL(a));

Completed in 25 milliseconds