Searched refs:intImpl (Results 1 – 3 of 3) sorted by relevance
10 type intImpl struct { struct28 return Int{intImpl{small_: x}}33 return Int{intImpl{big_: x}}
38 type intImpl unsafe.Pointer type51 return Int{intImpl(uintptr(x-math.MinInt32) + smallints)}55 func makeBigInt(x *big.Int) Int { return Int{intImpl(x)} }
20 type Int struct{ impl intImpl }