Searched refs:getLowBitsUnsigned (Results 1 – 2 of 2) sorted by relevance
134 const result = this.highBits_ * TWO_PWR_32_DBL + this.getLowBitsUnsigned();165 getLowBitsUnsigned() { method in Int64239 const lowBits = int64.getLowBitsUnsigned();
59 expect(int64.getLowBitsUnsigned()).toEqual(0xFFFFFFFF);209 const lowPartialHex = int64.getLowBitsUnsigned().toString(16);