Home
last modified time | relevance | path

Searched refs:strongp (Results 1 – 5 of 5) sorted by relevance

/dports/math/miracl/miracl-5.6/
H A Dipk_set.cpp42 Big strongp(int n,long seed1,long seed2) in strongp() function
85 p[0]=strongp(PBITS,seed[0],seed[1]); in main()
86 p[1]=strongp(PBITS,seed[2],seed[3]); in main()
H A Dgenkey.cpp31 Big strongp(int n,long seed1,long seed2) in strongp() function
79 p[i]=strongp(k,seed[2*i],seed[2*i+1]); in main()
H A Dgenkey.c36 void strongp(big p,int n,long seed1,long seed2) in strongp() function
85 strongp(p[i],PRIME_BITS,seed[2*i],seed[2*i+1]); in main()
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/dcfsf/
H A Ddcfsfsism.red339 procedure dcfsf_sminsertd!-equal(derlev,oldirl,strongp);
341 if strongp then
355 or (strongp and derlev > oderlev)
359 >> else if (strongp and derlev = oderlev)
/dports/math/maxima/maxima-5.43.2/src/
H A Dcompar.lisp1273 (if (not (strongp sign s))
1402 ((prog2 (cond ((strongp s sign))
1406 ((strongp sign s))
2342 (defun strongp (x y) function