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.java537 static double getDoubleL(ByteBuffer bb, int bi) { in getDoubleL() method in Bits
541 static double getDoubleL(long a) { in getDoubleL() method in Bits
554 return bigEndian ? getDoubleB(bb, bi) : getDoubleL(bb, bi); in getDouble()
558 return bigEndian ? getDoubleB(a) : getDoubleL(a); in getDouble()