Searched refs:UINT64_COMPLEMENTARY (Results 1 – 1 of 1) sorted by relevance
144 … RubyBignum.newBignum(runtime, UINT64_COMPLEMENTARY.add(new BigInteger(ret + ""))); in wrapPrimaryValue()297 …private static BigInteger UINT64_COMPLEMENTARY = new BigInteger("18446744073709551616"); //Math.po… field in Utils