| /src/external/lgpl3/gmp/dist/mpz/ |
| fdiv_q.c | 49 mpz_sub_ui (quot, quot, 1L);
|
| fdiv_qr.c | 59 mpz_sub_ui (quot, quot, 1L);
|
| aors_ui.h | 1 /* mpz_add_ui, mpz_sub_ui -- Add or subtract an mpz_t and an unsigned 45 #define FUNCTION mpz_sub_ui
|
| bin_ui.c | 76 /* Equivalent to mpz_sub_ui (r, r, in), but faster when 82 mpz_sub_ui (r, r, in); 361 mpz_sub_ui (ni, n, k); 400 mpz_sub_ui (r, r, 1); /* (n+1)^2-1 */ 412 mpz_sub_ui (r, r, 1); /* ((n+1)^2+n)^2-1 = n(n+1)(n+2)(n+3) */
|
| millerrabin.c | 146 mpz_sub_ui (nm, nm, 2L);
|
| /src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| t-signed.c | 140 mpz_sub_ui (oz, sz, 1); 154 mpz_sub_ui (oz, oz, 1); /* oz = sz * 2 - 1 */ 189 mpz_sub_ui (x, x, 1);
|
| t-root.c | 49 mpz_sub_ui (t, s, 1);
|
| t-sqrt.c | 153 mpz_sub_ui (u, u, 1);
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-fits.c | 165 mpz_sub_ui (z, z, 1L); 176 mpz_sub_ui (z, z, 1L); 186 mpz_sub_ui (z, z, 1L);
|
| t-addsub.c | 1 /* Test mpz_add, mpz_sub, mpz_add_ui, mpz_sub_ui, and mpz_ui_sub. 86 mpz_sub_ui (r2, r1, op2long); 88 dump_abort (i, "mpz_add_ui or mpz_sub_ui incorrect", op1, op2); 91 mpz_sub_ui (r2, op1, op2long);
|
| t-gcd_ui.c | 89 mpz_sub_ui (f, f, 1);
|
| t-set_d.c | 105 mpz_sub_ui (want, want, 1L); /* want = 2^i+1 */
|
| t-get_d_2exp.c | 124 mpz_sub_ui (z, z, 1L);
|
| t-pprime_p.c | 202 mpz_sub_ui (pp, pp, 2); /* 2^i - 1 */
|
| t-root.c | 144 mpz_sub_ui (x2, x2, bsi >> 2);
|
| /src/external/lgpl3/gmp/dist/rand/ |
| randmts.c | 123 mpz_sub_ui (mod, mod, 20027L);
|
| /src/external/lgpl3/mpc/dist/src/ |
| sqr.c | 86 mpz_sub_ui (eu, eu, (unsigned long int) (-mpfr_get_exp (u))); 89 mpz_sub_ui (ev, ev, (unsigned long int) (-mpfr_get_exp (v))); 102 mpz_sub_ui (eu, eu, (long int) emax); 109 mpz_sub_ui (ev, ev, (long int) emax);
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| rsa-gmp.c | 477 mpz_sub_ui(t1, p, 1); 489 mpz_sub_ui(t1, q, 1); 503 mpz_sub_ui(t1, p, 1); 504 mpz_sub_ui(t2, q, 1);
|
| /src/crypto/external/cpl/trousers/dist/src/include/daa/ |
| bi_gmp.h | 139 mpz_sub_ui( result, result, 1); 189 mpz_sub_ui( result, i, n);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gmp-utils.c | 98 mpz_sub_ui (hi.m_val, hi.m_val, 1); 106 mpz_sub_ui (hi.m_val, hi.m_val, 1);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gmp-utils.c | 98 mpz_sub_ui (hi.m_val, hi.m_val, 1); 106 mpz_sub_ui (hi.m_val, hi.m_val, 1);
|
| /src/external/lgpl3/gmp/dist/tests/rand/ |
| t-lc2exp.c | 176 mpz_sub_ui (sd, sd, 1L);
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/ |
| bi_gmp.c | 128 mpz_sub_ui( temp, result, 1); // temp := result - 1
|
| /src/external/lgpl3/gmp/dist/demos/ |
| primes.c | 171 mpz_sub_ui (to2, to, 1);
|
| /src/external/lgpl3/gmp/dist/ |
| gen-bases.c | 194 mpz_sub_ui (t, t, 1);
|