Searched refs:isprime (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/
H A DMakefile.am33 EXTRA_PROGRAMS = factorize isprime pexpr primes qcn
H A DMakefile.in54 EXTRA_PROGRAMS = factorize$(EXEEXT) isprime$(EXEEXT) pexpr$(EXEEXT) \
72 isprime_SOURCES = isprime.c
73 isprime_OBJECTS = isprime$U.$(OBJEXT)
99 SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c
100 DIST_SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c
350 isprime$(EXEEXT): $(isprime_OBJECTS) $(isprime_DEPENDENCIES)
351 @rm -f isprime$(EXEEXT)
384 isprime_.c: isprime.c $(ANSI2KNR)
385 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/isprime.c; then echo $(srcdir)/isprime
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-pprime_p.c37 isprime (long n) function
98 check_pn (n, isprime (i));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dpprime_p.c31 static int isprime __GMP_PROTO ((unsigned long int));
51 is_prime = isprime (mpz_get_ui (n));
110 if (isprime (q))
139 isprime (unsigned long int t) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/
H A Dmersenne.c93 isprime (long k) function
137 while (isprime (k) == 0) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/base/
H A Ddict.c80 isprime(size_t p) function
101 while (isprime(p) == 0)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgen-trialdivtab.c105 if (! isprime (t))
120 if (! isprime (p))
155 if (! isprime (t))
H A Dgen-psqr.c284 if (! isprime (i))
336 if (! isprime (i))
H A Ddumbmp.c105 isprime (unsigned long int t) function

Completed in 127 milliseconds