Home
last modified time | relevance | path

Searched refs:nm1 (Results 1 – 2 of 2) sorted by relevance

/coreutils/lib/
Dt-chdir-long51 nm1=`expr $pow_2 - 1`
53 size_list="$size_list $nm1 $n $np1"
/coreutils/src/
Dfactor.c1129 uintmax_t nm1 = n - one; /* -1, but in redc representation. */ in millerrabin() local
1131 if (y == one || y == nm1) in millerrabin()
1138 if (y == nm1) in millerrabin()
1177 mp_millerrabin (mpz_srcptr n, mpz_srcptr nm1, mpz_ptr x, mpz_ptr y, in mp_millerrabin() argument
1182 if (mpz_cmp_ui (y, 1) == 0 || mpz_cmp (y, nm1) == 0) in mp_millerrabin()
1188 if (mpz_cmp (y, nm1) == 0) in mp_millerrabin()
1282 uintmax_t q[2], nm1[2]; in prime2_p() local
1293 nm1[1] = n1 - (n0 == 0); in prime2_p()
1294 nm1[0] = n0 - 1; in prime2_p()
1295 if (nm1[0] == 0) in prime2_p()
[all …]