Searched defs:fromInt (Results 1 – 4 of 4) sorted by relevance
69 HashCode fromInt = HashCode.fromInt(expected.asInt); in testFromInt() local
119 public static HashCode fromInt(int hash) { in fromInt() method in HashCode
488 static RegNumT fromInt(BaseType Value) { return RegNumT(Value); } in fromInt() function
642 BigInteger.prototype.fromInt = bnpFromInt; method in BigInteger