HomeSort by relevance Sort by last modified time
    Searched full:rndnat (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/math/big/
nat_test.go 184 x := rndNat(50000)
185 y := rndNat(40)
195 func rndNat(n int) nat {
200 mulx := rndNat(1e4)
201 muly := rndNat(1e4)
648 x := rndNat(nwords)
int_test.go     [all...]
  /prebuilts/go/linux-x86/src/math/big/
nat_test.go 184 x := rndNat(50000)
185 y := rndNat(40)
195 func rndNat(n int) nat {
200 mulx := rndNat(1e4)
201 muly := rndNat(1e4)
648 x := rndNat(nwords)
int_test.go     [all...]

Completed in 279 milliseconds