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.java335 static long getLongL(ByteBuffer bb, int bi) { in getLongL() method in Bits
346 static long getLongL(long a) { in getLongL() method in Bits
380 return bigEndian ? getLongB(bb, bi) : getLongL(bb, bi); in getLong()
384 return bigEndian ? getLongB(a) : getLongL(a); in getLong()
538 return Double.longBitsToDouble(getLongL(bb, bi)); in getDoubleL()
542 return Double.longBitsToDouble(getLongL(a)); in getDoubleL()