HomeSort by relevance Sort by last modified time
    Searched refs:GMP_LIMB_BITS (Results 1 - 4 of 4) sorted by null

  /external/bison/lib/
vasnprintf.c 325 # define GMP_LIMB_BITS 32
326 verify (sizeof (mp_limb_t) * CHAR_BIT == GMP_LIMB_BITS);
394 carry = carry >> GMP_LIMB_BITS;
419 with m>=0 and n>0 (in base beta = 2^GMP_LIMB_BITS).
528 ((mp_twolimb_t) remainder << GMP_LIMB_BITS) | *--sourceptr;
555 /* Determine s = GMP_LIMB_BITS - integer_length (msd).
561 if (GMP_LIMB_BITS <= DBL_MANT_BIT)
574 s = GMP_LIMB_BITS
611 /* 0 <= s < GMP_LIMB_BITS.
630 accu = accu >> GMP_LIMB_BITS;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h 34 #define GMP_LIMB_BITS 32
37 #define GMP_NUMB_BITS (GMP_LIMB_BITS - GMP_NAIL_BITS)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h 34 #define GMP_LIMB_BITS 32
37 #define GMP_NUMB_BITS (GMP_LIMB_BITS - GMP_NAIL_BITS)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h 34 #define GMP_LIMB_BITS 64
37 #define GMP_NUMB_BITS (GMP_LIMB_BITS - GMP_NAIL_BITS)
    [all...]

Completed in 42 milliseconds