Searched defs:fromInt (Results 1 – 3 of 3) sorted by relevance
44 static fromInt(value) { method in Int64
536 BigInteger.prototype.fromInt = bnpFromInt; method in BigInteger
473 static RegNumT fromInt(BaseType Value) { return RegNumT(Value); } in fromInt() function