Searched refs:GMP_LIMB_BITS (Results 101 - 125 of 233) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dout_str.c74 str_size = ((size_t) (x_size * GMP_LIMB_BITS
H A Dremove.c26 mpz_t fpow[GMP_LIMB_BITS]; /* Really MP_SIZE_T_BITS */
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-lucnum_ui.c38 unsigned long limit = 100 * GMP_LIMB_BITS;
H A Dt-aorsmul.c391 mpz_errandomb (w, rands, 5*GMP_LIMB_BITS);
392 mpz_errandomb (x, rands, 5*GMP_LIMB_BITS);
393 mpz_errandomb (y, rands, 5*GMP_LIMB_BITS);
397 mpz_errandomb (w, rands, 5*GMP_LIMB_BITS);
398 mpz_errandomb (x, rands, 5*GMP_LIMB_BITS);
H A Dt-fib_ui.c76 unsigned long limit = 100 * GMP_LIMB_BITS;
H A Dt-popcount.c35 for (i = 0; i < 5 * GMP_LIMB_BITS; i++)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/
H A DMakefile156 ${.OBJDIR}/gen-fac_ui ${GMP_LIMB_BITS} 0 > ${.OBJDIR}/fac_ui.h
162 ${.OBJDIR}/gen-fib header ${GMP_LIMB_BITS} 0 > ${.OBJDIR}/fib_table.h
165 ${.OBJDIR}/gen-fib table ${GMP_LIMB_BITS} 0 > ${.OBJDIR}/fib_table.c
171 ${.OBJDIR}/gen-bases header ${GMP_LIMB_BITS} 0 > ${.OBJDIR}/mp_bases.h
174 ${.OBJDIR}/gen-bases table ${GMP_LIMB_BITS} 0 > ${.OBJDIR}/mp_bases.c
178 ${.OBJDIR}/gen-psqr ${GMP_LIMB_BITS} 0 > ${.OBJDIR}/perfsqr.h
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A DMakefile.inc156 GMP_LIMB_BITS=64
158 GMP_LIMB_BITS=32
163 ${.OBJDIR}/gen-trialdivtab $(GMP_LIMB_BITS) 8000 > ${.OBJDIR}/trialdivtab.h
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Ddivrem_1.c53 CPUs give zero for "n0 >> GMP_LIMB_BITS" which would arise in the unnorm
191 r |= (n1 >> (GMP_LIMB_BITS - norm));
221 r |= (n1 >> (GMP_LIMB_BITS - norm));
H A Dtoom_eval_pm2exp.c110 /* FIXME: the following asserts are useless if (k+1)*shift >= GMP_LIMB_BITS */
111 ASSERT ((k+1)*shift >= GMP_LIMB_BITS ||
113 ASSERT ((k+2)*shift >= GMP_LIMB_BITS ||
H A Dget_str.c150 #define BUF_ALLOC (GET_STR_THRESHOLD_LIMIT * GMP_LIMB_BITS * 7 / 11)
152 #define BUF_ALLOC (GET_STR_PRECOMPUTE_THRESHOLD * GMP_LIMB_BITS * 7 / 11)
221 digit = frac >> (GMP_LIMB_BITS - 4);
364 powers_t powtab[GMP_LIMB_BITS];
442 mp_size_t n_pows, xn, pn, exptab[GMP_LIMB_BITS], bexp;
H A Dsqrtrem.c110 ASSERT_ALWAYS (GMP_LIMB_BITS == 32 || GMP_LIMB_BITS == 64);
117 abits = a0 >> (GMP_LIMB_BITS - 1 - 8); /* extract bits for table lookup */
123 a1 = a0 >> (GMP_LIMB_BITS - 1 - 32);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Deq.c73 if ((vp[-1] >> (GMP_LIMB_BITS - 1 - cnt)) != 1)
H A Dget_str.c68 for (i = GMP_LIMB_BITS - cnt - 2; i >= 0; i--)
173 2 * GMP_LIMB_BITS extra bytes because of the digit block nature of the
175 tstr = (unsigned char *) TMP_ALLOC (n_digits + 2 * GMP_LIMB_BITS + 3);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/devel/
H A Ddivrem.c91 dptr[dsize - 1] |= (mp_limb_t) 1 << (GMP_LIMB_BITS - 1);
H A Danymul_1.c150 CLOCK/cyc*GMP_LIMB_BITS*GMP_LIMB_BITS/1e9);
240 (unsigned long) (p[i] >> (GMP_LIMB_BITS/2)),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/cray/ieee/
H A Dinvert_limb.c76 #if GMP_LIMB_BITS == 32
83 #if GMP_LIMB_BITS == 64
100 th = (th << 2) | (tl >> GMP_LIMB_BITS - 2);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A DMakefile.inc160 GMP_LIMB_BITS=64
162 GMP_LIMB_BITS=32
167 ${.OBJDIR}/gen-trialdivtab $(GMP_LIMB_BITS) 8000 > ${.OBJDIR}/trialdivtab.h
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dmod_1.c153 norm_rshift = GMP_LIMB_BITS - norm;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-conv.c48 char buf[SIZE * GMP_LIMB_BITS + 5];
H A Dt-muldiv.c39 mp_size_t bprec = SIZE * GMP_LIMB_BITS;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A DMakefile.inc155 GMP_LIMB_BITS=32
159 ${.OBJDIR}/gen-trialdivtab $(GMP_LIMB_BITS) 8000 > ${.OBJDIR}/trialdivtab.h
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A DMakefile.inc155 GMP_LIMB_BITS=32
159 ${.OBJDIR}/gen-trialdivtab $(GMP_LIMB_BITS) 8000 > ${.OBJDIR}/trialdivtab.h
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/
H A Dt-constants.c212 CHECK_INT (mp_bits_per_limb, GMP_LIMB_BITS);
214 CHECK_BITS (GMP_LIMB_BITS, mp_limb_t);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dspeed.c93 #if GMP_LIMB_BITS == 32
96 #if GMP_LIMB_BITS == 64
829 ((n) == GMP_LIMB_BITS ? MP_LIMB_T_MAX \
856 s_orig, GMP_LIMB_BITS);
869 if (n > GMP_LIMB_BITS)
872 n, GMP_LIMB_BITS);
880 if (n > GMP_LIMB_BITS)
883 n, GMP_LIMB_BITS);

Completed in 159 milliseconds

12345678910