Home
last modified time | relevance | path

Searched refs:mpz_sub_ui (Results 1 – 25 of 114) sorted by relevance

12345

/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-signed.c140 mpz_sub_ui (oz, sz, 1); in try_op_si()
154 mpz_sub_ui (oz, oz, 1); /* oz = sz * 2 - 1 */ in try_op_si()
189 mpz_sub_ui (x, x, 1); in try_fits_slong_p()
H A Dt-root.c49 mpz_sub_ui (t, s, 1); in rootrem_valid_p()
H A Dt-sqrt.c153 mpz_sub_ui (u, u, 1); in testmain()
H A Dt-cmp_d.c181 mpz_sub_ui (x, x, 1); in check_low_z_one()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-fits.c165 mpz_sub_ui (z, z, 1L); in main()
176 mpz_sub_ui (z, z, 1L); in main()
186 mpz_sub_ui (z, z, 1L); in main()
H A Dt-addsub.c86 mpz_sub_ui (r2, r1, op2long); in main()
91 mpz_sub_ui (r2, op1, op2long); in main()
H A Dt-set_d.c105 mpz_sub_ui (want, want, 1L); /* want = 2^i+1 */ in check_2n_plus_1()
H A Dt-gcd_ui.c89 mpz_sub_ui (f, f, 1); in check_ui_factors()
H A Dt-pprime_p.c202 mpz_sub_ui (pp, pp, 2); /* 2^i - 1 */ in check_fermat_mersenne()
H A Dt-root.c144 mpz_sub_ui (x2, x2, bsi >> 2); in main()
H A Dt-get_d_2exp.c124 mpz_sub_ui (z, z, 1L); in check_round()
H A Dt-cmp_d.c185 mpz_sub_ui (x, x, 1); in check_low_z_one()
/netbsd/external/lgpl3/mpc/dist/src/
H A Dsqr.c86 mpz_sub_ui (eu, eu, (unsigned long int) (-mpfr_get_exp (u))); in mpfr_fsss()
89 mpz_sub_ui (ev, ev, (unsigned long int) (-mpfr_get_exp (v))); in mpfr_fsss()
102 mpz_sub_ui (eu, eu, (long int) emax); in mpfr_fsss()
109 mpz_sub_ui (ev, ev, (long int) emax); in mpfr_fsss()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dbin_ui.c82 mpz_sub_ui (r, r, in); in posmpz_dec_ui()
361 mpz_sub_ui (ni, n, k); in mpz_bin_ui()
400 mpz_sub_ui (r, r, 1); /* (n+1)^2-1 */ in mpz_bin_ui()
412 mpz_sub_ui (r, r, 1); /* ((n+1)^2+n)^2-1 = n(n+1)(n+2)(n+3) */ in mpz_bin_ui()
H A Dfdiv_q.c49 mpz_sub_ui (quot, quot, 1L); in mpz_fdiv_q()
H A Dfdiv_qr.c59 mpz_sub_ui (quot, quot, 1L); in mpz_fdiv_qr()
H A Daors_ui.h45 #define FUNCTION mpz_sub_ui
H A Dmillerrabin.c146 mpz_sub_ui (nm, nm, 2L); in mpz_millerrabin()
/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-gmp.c477 mpz_sub_ui(t1, p, 1); in gmp_rsa_generate_key()
489 mpz_sub_ui(t1, q, 1); in gmp_rsa_generate_key()
503 mpz_sub_ui(t1, p, 1); in gmp_rsa_generate_key()
504 mpz_sub_ui(t2, q, 1); in gmp_rsa_generate_key()
/netbsd/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dbi_gmp.h139 mpz_sub_ui( result, result, 1); in bi_dec()
189 mpz_sub_ui( result, i, n); in bi_sub_si()
/netbsd/external/lgpl3/gmp/dist/rand/
H A Drandmts.c123 mpz_sub_ui (mod, mod, 20027L); in randseed_mt()
/netbsd/external/lgpl3/gmp/dist/tests/rand/
H A Dt-lc2exp.c176 mpz_sub_ui (sd, sd, 1L); in check_bigs()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_gmp.c128 mpz_sub_ui( temp, result, 1); // temp := result - 1 in bi_generate_safe_prime()
/netbsd/external/lgpl3/gmp/dist/
H A Dgen-bases.c194 mpz_sub_ui (t, t, 1); in table()
H A Dgen-fac.c106 mpz_sub_ui (mask, mask, 1); in gen_consts()

12345