Searched defs:makeBigInt (Results 1 – 2 of 2) sorted by relevance
55 func makeBigInt(x *big.Int) Int { return Int{intImpl(x)} } func
32 func makeBigInt(x *big.Int) Int { func