Home
last modified time | relevance | path

Searched refs:ModPowUint16 (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.go263 func ModPowUint16(b, e, m uint16) uint16 { func
H A Dall_test.go1599 if g, e := ModPowUint16(v.b, v.e, v.m), v.r; g != e {
1801 ModPowUint16(v.b, v.e, v.m)
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/mathutil/
H A Dmathutil.go270 func ModPowUint16(b, e, m uint16) uint16 { func