Searched refs:GMP_LIMB_BITS (Results 151 - 175 of 233) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A DMakefile.inc162 GMP_LIMB_BITS=64
166 ${.OBJDIR}/gen-trialdivtab $(GMP_LIMB_BITS) 8000 > ${.OBJDIR}/trialdivtab.h
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A DMakefile.inc170 GMP_LIMB_BITS=32
174 ${.OBJDIR}/gen-trialdivtab $(GMP_LIMB_BITS) 8000 > ${.OBJDIR}/trialdivtab.h
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A DMakefile.inc171 GMP_LIMB_BITS=64
175 ${.OBJDIR}/gen-trialdivtab $(GMP_LIMB_BITS) 8000 > ${.OBJDIR}/trialdivtab.h
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dset_str.c102 powers_t powtab[GMP_LIMB_BITS];
156 i = GMP_LIMB_BITS - 1 - i;
H A Dpowm.c82 ((p[(bi - 1) / GMP_LIMB_BITS] >> (bi - 1) % GMP_LIMB_BITS) & 1)
159 ebi = (mp_bitcnt_t) en * GMP_LIMB_BITS - cnt;
H A Dtoom_interpolate_12pts.c110 #if GMP_LIMB_BITS == 32
114 #if GMP_LIMB_BITS == 64
H A Dtoom_interpolate_16pts.c114 #if GMP_LIMB_BITS == 32
131 #if GMP_LIMB_BITS == 64
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/
H A Dmisc.c373 _gmp_rand (&n, RANDS, GMP_LIMB_BITS);
377 _gmp_rand (n, RANDS, GMP_LIMB_BITS);
H A Drefmpn.c187 mp_limb_t n = (mp_limb_t) 1 << (GMP_LIMB_BITS-1);
758 #define SHIFTHIGH(x) ((x) << GMP_LIMB_BITS/2)
759 #define SHIFTLOW(x) ((x) >> GMP_LIMB_BITS/2)
761 #define LOWMASK (((mp_limb_t) 1 << GMP_LIMB_BITS/2)-1)
1009 Note a shift by GMP_LIMB_BITS isn't assumed to work (doesn't on x86). */
1021 Note a shift by GMP_LIMB_BITS isn't assumed to work (doesn't on x86). */
1163 h = (h << n) | (l >> (GMP_LIMB_BITS - n));
1334 paper, figure 8.1 m', where b=2^GMP_LIMB_BITS. Note that -d-1 < d
1727 for (i = 0; i < GMP_LIMB_BITS; i++)
2018 #if GMP_LIMB_BITS
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A DMakefile.am344 ./gen-fac_ui $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >mpz/fac_ui.h || (rm -f mpz/fac_ui.h; exit 1)
357 ./gen-fib header $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >fib_table.h || (rm -f fib_table.h; exit 1)
361 ./gen-fib table $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1)
374 ./gen-bases header $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >mp_bases.h || (rm -f mp_bases.h; exit 1)
378 ./gen-bases table $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1)
392 ./gen-trialdivtab $(GMP_LIMB_BITS) 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1)
407 ./gen-psqr $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dmode1o.asm104 ASSERT(e,` C expect d*inv == 1 mod 2^GMP_LIMB_BITS
H A Dpopcount.asm61 ifelse(GMP_LIMB_BITS,`32',
83 define(`GMP_LIMB_BYTES', eval(GMP_LIMB_BITS/8))
H A Ddive_1.asm129 ASSERT(e,` C expect d*inv == 1 mod 2^GMP_LIMB_BITS
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc64/
H A Ddivrem_1.c204 norm_rshift = GMP_LIMB_BITS - norm;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/printf/
H A Ddoprntf.c65 char exponent[GMP_LIMB_BITS + 10];
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-io_raw.c236 mpz_erandomb (want, rands, 10*GMP_LIMB_BITS);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/rand/
H A Dgen.c280 size = PREC (f1) * GMP_LIMB_BITS;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c697 step = MAX ((mp_size_t) 1 << (k-1), GMP_LIMB_BITS) / GMP_LIMB_BITS;
762 Nprime = nprime * GMP_LIMB_BITS;
2097 s.size = GMP_LIMB_BITS * 3 / 4;
2165 powers_t powtab[GMP_LIMB_BITS];
2182 / GMP_LIMB_BITS + 2;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/
H A Ddive_1.asm100 ASSERT(e,` C expect d*inv == 1 mod 2^GMP_LIMB_BITS
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dmode1o.asm106 ASSERT(e,` C d*inv == 1 mod 2^GMP_LIMB_BITS
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Ddive_1.asm108 ASSERT(e,` C expect d*inv == 1 mod 2^GMP_LIMB_BITS
H A Dmode1o.asm114 ASSERT(e,` C d*inv == 1 mod 2^GMP_LIMB_BITS
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Dmode1o.asm104 ASSERT(e,` C d*inv == 1 mod 2^GMP_LIMB_BITS
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/cxx/
H A DMakefile.in126 GMP_LIMB_BITS = @GMP_LIMB_BITS@
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Dset_str.c73 for (i = GMP_LIMB_BITS - cnt - 2; i >= 0; i--)

Completed in 191 milliseconds

12345678910