Home
last modified time | relevance | path

Searched refs:getLongL (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
DBits.java314 static long getLongL(ByteBuffer bb, int bi) { in getLongL() method in Bits
325 static long getLongL(long a) { in getLongL() method in Bits
359 return bigEndian ? getLongB(bb, bi) : getLongL(bb, bi); in getLong()
363 return bigEndian ? getLongB(a) : getLongL(a); in getLong()
494 return Double.longBitsToDouble(getLongL(bb, bi)); in getDoubleL()
498 return Double.longBitsToDouble(getLongL(a)); in getDoubleL()