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

/libcore/ojluni/src/main/java/java/nio/
H A DBits.java357 static long getLongB(ByteBuffer bb, int bi) { method in class:Bits
368 static long getLongB(long a) { method in class:Bits
380 return bigEndian ? getLongB(bb, bi) : getLongL(bb, bi);
384 return bigEndian ? getLongB(a) : getLongL(a);
546 return Double.longBitsToDouble(getLongB(bb, bi));
550 return Double.longBitsToDouble(getLongB(a));

Completed in 28 milliseconds