/external/bison/lib/ |
vasnprintf.c | 324 typedef unsigned int mp_limb_t; typedef 326 verify (sizeof (mp_limb_t) * CHAR_BIT == GMP_LIMB_BITS); 336 mp_limb_t *limbs; /* Bits in little-endian order, allocated with malloc(). */ 345 const mp_limb_t *p1; 346 const mp_limb_t *p2; 369 dest->limbs = (mp_limb_t *) malloc (1); 375 mp_limb_t *dp; 379 dp = (mp_limb_t *) malloc (dlen * sizeof (mp_limb_t)); 386 mp_limb_t digit1 = p1[i] [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/ |
gmp.h | 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS) 187 typedef unsigned int mp_limb_t; typedef 191 typedef unsigned long long int mp_limb_t; typedef 194 typedef unsigned long int mp_limb_t; typedef 209 mp_limb_t *_mp_d; /* Pointer to the limbs. */ 218 typedef mp_limb_t * mp_ptr; 219 typedef __gmp_const mp_limb_t * mp_srcptr; 242 int _mp_prec; /* Max precision, in number of `mp_limb_t's. 249 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */ 250 mp_limb_t *_mp_d; /* Pointer to the limbs. * [all...] |
mpfr.h | 101 mp_limb_t *_mpfr_d; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/ |
gmp.h | 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS) 187 typedef unsigned int mp_limb_t; typedef 191 typedef unsigned long long int mp_limb_t; typedef 194 typedef unsigned long int mp_limb_t; typedef 209 mp_limb_t *_mp_d; /* Pointer to the limbs. */ 218 typedef mp_limb_t * mp_ptr; 219 typedef __gmp_const mp_limb_t * mp_srcptr; 242 int _mp_prec; /* Max precision, in number of `mp_limb_t's. 249 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */ 250 mp_limb_t *_mp_d; /* Pointer to the limbs. * [all...] |
mpfr.h | 101 mp_limb_t *_mpfr_d; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/ |
gmp.h | 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS) 187 typedef unsigned int mp_limb_t; typedef 191 typedef unsigned long long int mp_limb_t; typedef 194 typedef unsigned long int mp_limb_t; typedef 209 mp_limb_t *_mp_d; /* Pointer to the limbs. */ 218 typedef mp_limb_t * mp_ptr; 219 typedef __gmp_const mp_limb_t * mp_srcptr; 242 int _mp_prec; /* Max precision, in number of `mp_limb_t's. 249 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */ 250 mp_limb_t *_mp_d; /* Pointer to the limbs. * [all...] |
mpfr.h | 101 mp_limb_t *_mpfr_d; [all...] |
/external/dropbear/libtomcrypt/src/math/ |
gmp_desc.c | 392 sizeof(mp_limb_t) * CHAR_BIT - GMP_NAIL_BITS,
|