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

12345678910

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A Dgmp.h33 #define GMP_LIMB_BITS 32 macro
36 #define GMP_NUMB_BITS (GMP_LIMB_BITS - GMP_NAIL_BITS)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/
H A DMakefile.in145 GMP_LIMB_BITS = @GMP_LIMB_BITS@
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dspeed.h34 x86 family CPUs, hence the separate case for GMP_LIMB_BITS. */
36 ((n) == GMP_LIMB_BITS ? MP_LIMB_T_MAX : ((mp_limb_t) 1 << (n)) - 1)
1452 mpz_mul_2exp (a, a, GMP_LIMB_BITS * s->size); \
2856 / GMP_LIMB_BITS + 2; \
H A Dcommon.c2232 between 0 and GMP_LIMB_BITS-1. This is probably sensible for
2259 mp_limb_t set = CNST_LIMB(1) << (s->yp_block[i] % GMP_LIMB_BITS);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A DMakefile.in158 GMP_LIMB_BITS = @GMP_LIMB_BITS@
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpz/
H A DMakefile.in451 GMP_LIMB_BITS = @GMP_LIMB_BITS@
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c223 #if GMP_LIMB_BITS == 32
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dconfigure794 GMP_LIMB_BITS
9451 #define GMP_LIMB_BITS 123
24534 #define GMP_LIMB_BITS 123
24744 #define GMP_LIMB_BITS 123
24841 #define GMP_LIMB_BITS 123
27633 # FIXME: The assumption that GMP_LIMB_BITS is 8*sizeof(mp_limb_t) might
27785 #define GMP_LIMB_BITS 123
27817 GMP_LIMB_BITS=`expr 8 \* $ac_cv_sizeof_mp_limb_t`
27830 mparam_bits=`sed -n 's/^#define GMP_LIMB_BITS[ ][ ]*\([0-9]*\).*$/\1/p' $gmp_mparam_source`
27831 if test -n "$mparam_bits" && test "$mparam_bits" -ne $GMP_LIMB_BITS; the
[all...]

Completed in 308 milliseconds

12345678910