Lines Matching defs:int64
12 const int64 = Int64.fromBits(0, 1); constant
18 const int64 = Int64.getZero(); constant
24 const int64 = Int64.getMaxValue(); constant
30 const int64 = Int64.getMinValue(); constant
36 const int64 = Int64.fromInt(1); constant
41 const int64 = Int64.fromInt(-1); constant
48 const int64 = Int64.fromInt(1); constant
53 const int64 = Int64.fromInt(-1); constant
58 const int64 = Int64.fromNumber(Number.MAX_SAFE_INTEGER); constant
65 const int64 = Int64.fromNumber(Number.MIN_SAFE_INTEGER); constant
70 const int64 = Int64.fromInt(1); constant
76 const int64 = Int64.fromLong(Long.fromInt(1)); constant
119 const int64 = hexToInt64(hex); constant
126 const int64 = hexToInt64(hex); constant
134 const int64 = hexToInt64(hex); constant
206 function int64ToHex(int64) { argument