Searched refs:getLongFromBytes (Results 1 – 1 of 1) sorted by relevance
509 long fromBytes = getLongFromBytes(bb, o + i * 8); in testLongGet()518 long v = getLongFromBytes(bb, o + i * 8); in testLongGet()574 static long getLongFromBytes(ByteBuffer bb, int i) { in getLongFromBytes() method786 return Double.longBitsToDouble(getLongFromBytes(bb, i)); in getDoubleFromBytes()