Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DBits.java493 static double getDoubleL(ByteBuffer bb, int bi) { in getDoubleL() method in Bits
497 static double getDoubleL(long a) { in getDoubleL() method in Bits
510 return bigEndian ? getDoubleB(bb, bi) : getDoubleL(bb, bi); in getDouble()
514 return bigEndian ? getDoubleB(a) : getDoubleL(a); in getDouble()