Home
last modified time | relevance | path

Searched refs:PowerizeBigInt (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.go401 func PowerizeBigInt(b, n *big.Int) (e uint32, p *big.Int) { func
479 return PowerizeBigInt(&bb, n)
H A Dall_test.go2593 e, p := PowerizeBigInt(&b, &n)
2615 ge, gp := PowerizeBigInt(&b, &nn)
2636 PowerizeBigInt(&bb, &n)
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/mathutil/
H A Dmathutil.go408 func PowerizeBigInt(b, n *big.Int) (e uint32, p *big.Int) { func
486 return PowerizeBigInt(&bb, n)