Home
last modified time | relevance | path

Searched refs:FCBig (Results 1 – 4 of 4) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cznic/mathutil/
H A Drnd.go203 type FCBig struct { struct
216 func NewFCBig(lo, hi *big.Int, hq bool) (r *FCBig, err error) {
265 r = &FCBig{
280 func (r *FCBig) Cycle() *big.Int { argument
285 func (r *FCBig) Next() *big.Int { argument
290 func (r *FCBig) Pos() *big.Int { argument
295 func (r *FCBig) Prev() *big.Int { argument
302 func (r *FCBig) Seed(seed int64) { argument
323 func (r *FCBig) Seek(pos *big.Int) { argument
335 func (r *FCBig) step(dir int) (y *big.Int) { argument
H A Dall_test.go75 func r64() *FCBig {
261 func benchmarkBig1eN(b *testing.B, r *FCBig) { argument
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/mathutil/
H A Drnd.go203 type FCBig struct { struct
216 func NewFCBig(lo, hi *big.Int, hq bool) (r *FCBig, err error) {
265 r = &FCBig{
280 func (r *FCBig) Cycle() *big.Int { argument
285 func (r *FCBig) Next() *big.Int { argument
290 func (r *FCBig) Pos() *big.Int { argument
295 func (r *FCBig) Prev() *big.Int { argument
302 func (r *FCBig) Seed(seed int64) { argument
323 func (r *FCBig) Seek(pos *big.Int) { argument
335 func (r *FCBig) step(dir int) (y *big.Int) { argument
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cznic/mathutil/mersenne/
H A Dall_test.go32 func r64() *mathutil.FCBig {