Home
last modified time | relevance | path

Searched defs:makeBigInt (Results 1 – 2 of 2) sorted by relevance

/external/starlark-go/starlark/
Dint_posix64.go55 func makeBigInt(x *big.Int) Int { return Int{intImpl(x)} } func
Dint_generic.go32 func makeBigInt(x *big.Int) Int { func