HomeSort by: relevance | last modified time | path
    Searched refs:GMP_LIMB_BITS (Results 1 - 25 of 286) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/lgpl3/gmp/dist/mpn/x86/
gmp-mparam.h 31 #define GMP_LIMB_BITS 32
  /src/external/lgpl3/gmp/dist/
mp_bpl.c 32 const int mp_bits_per_limb = GMP_LIMB_BITS;
primesieve.c 55 primesieve_size (mp_limb_t n) { return n_to_bit(n) / GMP_LIMB_BITS + 1; }
58 #if GMP_LIMB_BITS > 61
60 #if GMP_LIMB_BITS == 64
73 #if GMP_LIMB_BITS > 30
75 #if GMP_LIMB_BITS == 32
85 #if GMP_LIMB_BITS > 15
89 #if GMP_LIMB_BITS > 7
102 if (off < GMP_LIMB_BITS) { \
103 m1 = (M1 >> off) | (M2 << (GMP_LIMB_BITS - off)); \
104 if (off <= BITS - GMP_LIMB_BITS) { \
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/pa32/
gmp-mparam.h 31 #define GMP_LIMB_BITS 32
  /src/external/lgpl3/gmp/dist/mpn/x86/fat/
gmp-mparam.h 31 #define GMP_LIMB_BITS 32
  /src/external/lgpl3/gmp/dist/mpn/x86_64/fat/
gmp-mparam.h 32 #define GMP_LIMB_BITS 64
  /src/external/lgpl3/gmp/dist/mpn/generic/
dump.c 49 if ((ptr[n] >> GMP_LIMB_BITS / 2) != 0)
51 printf ("%lX", (unsigned long) (ptr[n] >> GMP_LIMB_BITS / 2));
52 printf ("%0*lX", (GMP_LIMB_BITS / 2 / 4), (unsigned long) ptr[n]);
62 printf ("%0*lX", (GMP_NUMB_BITS - GMP_LIMB_BITS / 2) / 4,
63 (unsigned long) (ptr[n] >> GMP_LIMB_BITS / 2));
64 printf ("%0*lX", GMP_LIMB_BITS / 2 / 4, (unsigned long) ptr[n]);
gcd_22.c 45 u0 = (u0 >> 1) | (u1 << (GMP_LIMB_BITS - 1));
48 v0 = (v0 >> 1) | (v1 << (GMP_LIMB_BITS - 1));
62 g.d1 = (u1 << 1) | (u0 >> (GMP_LIMB_BITS - 1));
72 ASSERT (c < GMP_LIMB_BITS - 1);
94 if (UNLIKELY (c == GMP_LIMB_BITS))
101 u0 = (u0 >> c) | (u1 << (GMP_LIMB_BITS - c));
113 g.d1 = u0 >> (GMP_LIMB_BITS - 1);
bsqrtinv.c 58 mp_size_t bn, order[GMP_LIMB_BITS + 1];
63 bn = 1 + bnb / GMP_LIMB_BITS;
85 bn = 1 + bnb / GMP_LIMB_BITS;
hgcd2_jacobi.c 110 dh = (dh << 1) | (dl >> (GMP_LIMB_BITS - 1));
122 dl = (dh << (GMP_LIMB_BITS - 1)) | (dl >> 1);
132 dh = (dh << 1) | (dl >> (GMP_LIMB_BITS - 1));
138 dl = (dh << (GMP_LIMB_BITS - 1)) | (dl >> 1);
196 if (ah < (CNST_LIMB(1) << (GMP_LIMB_BITS / 2)))
198 ah = (ah << (GMP_LIMB_BITS / 2) ) + (al >> (GMP_LIMB_BITS / 2));
199 bh = (bh << (GMP_LIMB_BITS / 2) ) + (bl >> (GMP_LIMB_BITS / 2));
242 if (bh < (CNST_LIMB(1) << (GMP_LIMB_BITS / 2))
    [all...]
div_qr_2u_pi1.c 56 r2 = np[nn-1] >> (GMP_LIMB_BITS - shift);
57 r1 = (np[nn-1] << shift) | (np[nn-2] >> (GMP_LIMB_BITS - shift));
66 r1 |= r0 >> (GMP_LIMB_BITS - shift);
72 rp[0] = (r1 >> shift) | (r2 << (GMP_LIMB_BITS - shift));
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-invert.c 27 #define GMP_LIMB_BITS (sizeof(mp_limb_t) * CHAR_BIT)
43 mpz_setbit (m, GMP_LIMB_BITS);
48 mpz_setbit (t, 2* GMP_LIMB_BITS);
79 mpz_setbit (m, GMP_LIMB_BITS);
84 mpz_setbit (t, 3 * GMP_LIMB_BITS);
114 if (GMP_LIMB_BITS == 64)
124 mini_urandomb (u, GMP_LIMB_BITS);
125 mpz_setbit (u, GMP_LIMB_BITS -1);
132 mini_urandomb (u, 2*GMP_LIMB_BITS);
133 mpz_setbit (u, 2*GMP_LIMB_BITS -1)
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/cray/
gmp-mparam.h 31 #define GMP_LIMB_BITS 64
  /src/external/lgpl3/gmp/dist/mpn/cray/ieee/
gmp-mparam.h 32 #define GMP_LIMB_BITS 64
  /src/external/lgpl3/gmp/dist/mpn/mips32/
gmp-mparam.h 32 #define GMP_LIMB_BITS 32
  /src/external/lgpl3/gmp/dist/mpn/mips64/
gmp-mparam.h 32 #define GMP_LIMB_BITS 64
  /src/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/
gmp-mparam.h 31 #define GMP_LIMB_BITS 32
  /src/external/lgpl3/gmp/dist/mpn/sparc32/v8/
gmp-mparam.h 32 #define GMP_LIMB_BITS 32
  /src/external/lgpl3/gmp/dist/mpn/sparc32/v8/supersparc/
gmp-mparam.h 32 #define GMP_LIMB_BITS 32
  /src/external/lgpl3/gmp/dist/mpn/x86/i486/
gmp-mparam.h 31 #define GMP_LIMB_BITS 32
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/
gmp-mparam.h 32 #define GMP_LIMB_BITS 32
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp-mparam.h 31 #define GMP_LIMB_BITS 32
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp-mparam.h 31 #define GMP_LIMB_BITS 32
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp-mparam.h 32 #define GMP_LIMB_BITS 64
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp-mparam.h 32 #define GMP_LIMB_BITS 64

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>