Searched refs:makeBigInt (Results 1 – 3 of 3) sorted by relevance
32 func makeBigInt(x *big.Int) Int { func
55 func makeBigInt(x *big.Int) Int { return Int{intImpl(x)} } func
32 return makeBigInt(big.NewInt(x))43 return makeBigInt(new(big.Int).SetUint64(x))53 return makeBigInt(z)