Searched refs:getDoubleL (Results 1 – 1 of 1) sorted by relevance
537 static double getDoubleL(ByteBuffer bb, int bi) { in getDoubleL() method in Bits541 static double getDoubleL(long a) { in getDoubleL() method in Bits554 return bigEndian ? getDoubleB(bb, bi) : getDoubleL(bb, bi); in getDouble()558 return bigEndian ? getDoubleB(a) : getDoubleL(a); in getDouble()