Searched refs:longToBytes (Results 1 – 2 of 2) sorted by relevance
346 public static byte[] longToBytes(long value) { in longToBytes() method in LiteralTools379 return longToBytes(Double.doubleToRawLongBits(value)); in doubleToBytes()
337 | long_literal { $value = LiteralTools.longToBytes($long_literal.value); }