OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:probablyprime
(Results
1 - 25
of
109
) sorted by null
1
2
3
4
5
/prebuilts/go/darwin-x86/src/crypto/rand/
util_test.go
23
if !p.
ProbablyPrime
(32) {
util.go
99
if p.
ProbablyPrime
(20) && p.BitLen() == bits {
/prebuilts/go/linux-x86/src/crypto/rand/
util_test.go
23
if !p.
ProbablyPrime
(32) {
util.go
99
if p.
ProbablyPrime
(20) && p.BitLen() == bits {
/prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go
99
if !q.
ProbablyPrime
(numMRTests) {
120
if !p.
ProbablyPrime
(numMRTests) {
/prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go
99
if !q.
ProbablyPrime
(numMRTests) {
120
if !p.
ProbablyPrime
(numMRTests) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
Primes.java
28
private static MROutput
probablyPrime
()
165
return MROutput.
probablyPrime
();
241
return MROutput.
probablyPrime
();
/prebuilts/go/darwin-x86/src/math/big/
example_test.go
77
fmt.Println(a.
ProbablyPrime
(20))
int_test.go
747
if !p.
ProbablyPrime
(nreps) {
754
if c.
ProbablyPrime
(nreps) {
762
// check that
ProbablyPrime
panics if n <= 0
768
t.Fatalf("expected panic from
ProbablyPrime
(%d)", n)
771
if !c.
ProbablyPrime
(n) {
[
all
...]
int.go
553
//
ProbablyPrime
performs n Miller-Rabin tests to check whether x is prime.
556
func (x *Int)
ProbablyPrime
(n int) bool {
558
panic("non-positive n for
ProbablyPrime
")
560
return !x.neg && x.abs.
probablyPrime
(n)
/prebuilts/go/linux-x86/src/math/big/
example_test.go
77
fmt.Println(a.
ProbablyPrime
(20))
int_test.go
747
if !p.
ProbablyPrime
(nreps) {
754
if c.
ProbablyPrime
(nreps) {
762
// check that
ProbablyPrime
panics if n <= 0
768
t.Fatalf("expected panic from
ProbablyPrime
(%d)", n)
771
if !c.
ProbablyPrime
(n) {
[
all
...]
int.go
553
//
ProbablyPrime
performs n Miller-Rabin tests to check whether x is prime.
556
func (x *Int)
ProbablyPrime
(n int) bool {
558
panic("non-positive n for
ProbablyPrime
")
560
return !x.neg && x.abs.
probablyPrime
(n)
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
int_test.go
732
if !p.
ProbablyPrime
(nreps) {
739
if c.
ProbablyPrime
(nreps) {
747
// check that
ProbablyPrime
panics if n <= 0
753
t.Fatalf("expected panic from
ProbablyPrime
(%d)", n)
756
if !c.
ProbablyPrime
(n) {
[
all
...]
int.go
551
//
ProbablyPrime
performs n Miller-Rabin tests to check whether x is prime.
554
func (x *Int)
ProbablyPrime
(n int) bool {
556
panic("non-positive n for
ProbablyPrime
")
558
return !x.neg && x.abs.
probablyPrime
(n)
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/
int_test.go
732
if !p.
ProbablyPrime
(nreps) {
739
if c.
ProbablyPrime
(nreps) {
747
// check that
ProbablyPrime
panics if n <= 0
753
t.Fatalf("expected panic from
ProbablyPrime
(%d)", n)
756
if !c.
ProbablyPrime
(n) {
[
all
...]
int.go
551
//
ProbablyPrime
performs n Miller-Rabin tests to check whether x is prime.
554
func (x *Int)
ProbablyPrime
(n int) bool {
556
panic("non-positive n for
ProbablyPrime
")
558
return !x.neg && x.abs.
probablyPrime
(n)
/prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go
374
//
ProbablyPrime
performs n Miller-Rabin tests to check whether z is prime.
377
func (z *Int)
ProbablyPrime
(n int) bool {
/prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go
374
//
ProbablyPrime
performs n Miller-Rabin tests to check whether z is prime.
377
func (z *Int)
ProbablyPrime
(n int) bool {
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int_test.go
735
if !p.
ProbablyPrime
(nreps) {
742
if c.
ProbablyPrime
(nreps) {
750
// check that
ProbablyPrime
panics if n <= 0
756
t.Fatalf("expected panic from
ProbablyPrime
(%d)", n)
759
if !c.
ProbablyPrime
(n) {
[
all
...]
int.go
554
//
ProbablyPrime
performs n Miller-Rabin tests to check whether x is prime.
557
func (x *Int)
ProbablyPrime
(n int) bool {
559
panic("non-positive n for
ProbablyPrime
")
561
return !x.neg && x.abs.
probablyPrime
(n)
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int_test.go
735
if !p.
ProbablyPrime
(nreps) {
742
if c.
ProbablyPrime
(nreps) {
750
// check that
ProbablyPrime
panics if n <= 0
756
t.Fatalf("expected panic from
ProbablyPrime
(%d)", n)
759
if !c.
ProbablyPrime
(n) {
[
all
...]
int.go
554
//
ProbablyPrime
performs n Miller-Rabin tests to check whether x is prime.
557
func (x *Int)
ProbablyPrime
(n int) bool {
559
panic("non-positive n for
ProbablyPrime
")
561
return !x.neg && x.abs.
probablyPrime
(n)
/prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/
dsa.a
58
func (@"math/big".n·2 @"math/big".nat) @"math/big".
probablyPrime
(@"math/big".reps·3 int) (? bool)
106
func (@"math/big".x·2 *@"math/big".Int "esc:0x9")
ProbablyPrime
(@"math/big".n·3 int) (? bool)
175
:math/big.(*Int).
ProbablyPrime