| /src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| t-mpq_muldiv_2exp.c | 72 e2 = mpz_scan1 (a, 0); 73 e2-= mpz_scan1 (b, 0); 76 t1 = mpz_scan1 (mpq_numref (rq), 0); 77 t2 = mpz_scan1 (mpq_denref (rq), 0); 82 if (e2 + e != t1 - t2 || (t2 != 0 && t1 != 0) || mpz_scan1 (t, 0) != e 94 t1 = mpz_scan1 (mpq_numref (rq), 0); 95 t2 = mpz_scan1 (mpq_denref (rq), 0); 99 if (e2 != t1 - t2 + e || (t2 != 0 && t1 != 0) || mpz_scan1 (t, 0) != e 103 fprintf (stderr, "%li %li %lu %lu\n", e2, t2, mpz_scan1 (t, 0), (unsigned long) mpz_sizeinbase (t, 2));
|
| t-scan.c | 65 res = mpz_scan1 (a, b); 68 fprintf (stderr, "mpz_scan1 failed:\n");
|
| t-double.c | 35 mpz_sizeinbase (z, 2) - mpz_scan1 (z, 0);
|
| t-mpq_double.c | 33 mpz_sizeinbase (z, 2) - mpz_scan1 (z, 0);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| const_log2.c | 83 v = mpz_scan1 (T[0], 0); 86 w = mpz_scan1 (Q[0], 0); 91 w = mpz_scan1 (P[0], 0);
|
| cbrt.c | 129 inexact = mpz_scan1 (m, 0) < r;
|
| pow.c | 59 i = mpz_scan1 (c, 0); 71 i = mpz_scan1 (a, 0);
|
| cos.c | 70 l = mpz_scan1 (x, 0);
|
| rem1.c | 107 mpfr_exp_t k = mpz_scan1 (my, 0);
|
| eint.c | 84 mp_bitcnt_t n = mpz_scan1 (m, 0);
|
| exp3.c | 60 n = mpz_scan1 (p, 0); /* number of trailing zeros in p */
|
| /src/external/lgpl3/gmp/dist/tests/ |
| refmpz.c | 102 a_twos = mpz_scan1 (a, 0); 105 b_twos = mpz_scan1 (b, 0); 119 twos = mpz_scan1 (a, 0); 167 twos = mpz_scan1 (b, 0L); 179 twos = mpz_scan1 (a, 0L); 211 twos = mpz_scan1 (a, 0L);
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| scan1.c | 0 /* mpz_scan1 -- search for a 1 bit. 41 mpz_scan1 (mpz_srcptr u, mp_bitcnt_t starting_bit) __GMP_NOTHROW
|
| remove.c | 71 pwr = mpz_scan1 (src, 0); 94 /* We could perhaps compute mpz_scan1(src,0)/mpz_scan1(f,0). It is an
|
| millerrabin.c | 82 k = mpz_scan1 (nm, 0L);
|
| /src/external/lgpl3/mpc/dist/src/ |
| pow.c | 113 t = mpz_scan1 (my, 0); 203 t = mpz_scan1 (my, 0); 246 t = mpz_scan1 (d, 0); 252 t = mpz_scan1 (c, 0); 259 t = mpz_scan1 (c, 0); 260 v = mpz_scan1 (d, 0); 313 t = mpz_scan1 (a, 0); 355 w = mpz_scan1 (b, 0); 361 w = mpz_scan1 (a, 0); 367 w = mpz_scan1 (a, 0) [all...] |
| log10.c | 117 v = mpz_scan1 (x, 0);
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-scan.c | 1 /* Tests of mpz_scan0 and mpz_scan1. 98 got = mpz_scan1 (z, start);
|
| /src/external/lgpl3/gmp/dist/demos/expr/ |
| exprz.c | 79 mpz_set_ui (w, mpz_scan1 (x, start));
|
| /src/external/lgpl3/gmp/dist/demos/ |
| factorize.c | 134 p = mpz_scan1 (t, 0); 203 k = mpz_scan1 (nm1, 0);
|
| /src/external/lgpl3/gmp/dist/ |
| gen-fac.c | 39 mp_bitcnt_t r = mpz_scan1(x, 0);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tfactorial.c | 86 prec_f = mpz_sizeinbase (f, 2) - mpz_scan1 (f, 0);
|
| tget_z.c | 125 d = mpz_scan1 (ex, 0) >= -sh;
|
| /src/external/lgpl3/gmp/dist/mini-gmp/ |
| mini-mpq.c | 403 mp_bitcnt_t z = mpz_scan1 (mpq_numref (q), 0); 412 mp_bitcnt_t z = mpz_scan1 (mpq_denref (q), 0);
|
| mini-gmp.h | 243 mp_bitcnt_t mpz_scan1 (const mpz_t, mp_bitcnt_t);
|