Home
last modified time | relevance | path

Searched refs:PowerizeUint32BigInt (Results 1 – 3 of 3) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cznic/mathutil/
H A Dmathutil.go460 func PowerizeUint32BigInt(b uint32, n *big.Int) (e uint32, p *big.Int) { func
H A Dall_test.go2424 e, p := PowerizeUint32BigInt(uint32(b), &n)
2445 ge, gp := PowerizeUint32BigInt(base, &nn)
2465 PowerizeUint32BigInt(base, &n)
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/mathutil/
H A Dmathutil.go467 func PowerizeUint32BigInt(b uint32, n *big.Int) (e uint32, p *big.Int) { func