Searched refs:getDoubleL (Results 1 – 1 of 1) sorted by relevance
493 static double getDoubleL(ByteBuffer bb, int bi) { in getDoubleL() method in Bits497 static double getDoubleL(long a) { in getDoubleL() method in Bits510 return bigEndian ? getDoubleB(bb, bi) : getDoubleL(bb, bi); in getDouble()514 return bigEndian ? getDoubleB(a) : getDoubleL(a); in getDouble()