Searched defs:makeBigInt (Results 1 – 3 of 3) sorted by relevance
55 func makeBigInt(x *big.Int) Int { return Int{intImpl(x)} } func
32 func makeBigInt(x *big.Int) Int { func
195 func makeBigInt(n *big.Int) (encoder, error) { func