Home
last modified time | relevance | path

Searched refs:Rrm_gmp (Results 1 – 3 of 3) sorted by relevance

/dports/math/p5-Math-GMPz/Math-GMPz-0.52/
H A DGMPz.pm337 if(Rrm_gmp($_[0], 2) && Rrm_gmp($_[0], 3) && Rrm_gmp($_[0], 5) && Rrm_gmp($_[0], 7)
338 && Rrm_gmp($_[0], 11) && Rrm_gmp($_[0], 13) && Rrm_gmp($_[0], 17))
352 if(!Rrm_gmp($_[0], $_)) {return 0}
H A DGMPz.xs1751 SV * Rrm_gmp(pTHX_ mpz_t * num, int base){ in Rrm_gmp() function
8548 Rrm_gmp (num, base)
8552 RETVAL = Rrm_gmp (aTHX_ num, base);
/dports/math/p5-Math-GMPz/Math-GMPz-0.52/t/
H A Dprimes.t99 $string .= Math::GMPz::Rrm_gmp($p, int(rand(50) + 2))}