/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/ |
version.c | 52 mp_limb_t t[4] = { -1, -1, -1, -1 }; 90 printf ("sizeof(mp_limb_t) = %d\n", (int) sizeof(mp_limb_t)); 93 if (GMP_LIMB_BITS != sizeof(mp_limb_t) * CHAR_BIT) 94 printf ("Warning! GMP_LIMB_BITS != sizeof(mp_limb_t) * CHAR_BIT\n"); 97 printf ("The GMP library expects %lu bits in a mp_limb_t.\n", c);
|
/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/x86_64-linux-glibc2.11-4.8/include/ |
gmp.h | 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS) 184 typedef unsigned int mp_limb_t; typedef 188 typedef unsigned long long int mp_limb_t; typedef 191 typedef unsigned long int mp_limb_t; typedef 207 mp_limb_t *_mp_d; /* Pointer to the limbs. */ 216 typedef mp_limb_t * mp_ptr; 217 typedef __gmp_const mp_limb_t * mp_srcptr; 240 int _mp_prec; /* Max precision, in number of `mp_limb_t's. 247 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */ 248 mp_limb_t *_mp_d; /* Pointer to the limbs. * [all...] |
mpfr.h | 181 mp_limb_t *_mpfr_d; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/ |
gmp.h | 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS) 184 typedef unsigned int mp_limb_t; typedef 188 typedef unsigned long long int mp_limb_t; typedef 191 typedef unsigned long int mp_limb_t; typedef 207 mp_limb_t *_mp_d; /* Pointer to the limbs. */ 216 typedef mp_limb_t * mp_ptr; 217 typedef __gmp_const mp_limb_t * mp_srcptr; 240 int _mp_prec; /* Max precision, in number of `mp_limb_t's. 247 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */ 248 mp_limb_t *_mp_d; /* Pointer to the limbs. * [all...] |
mpfr.h | 181 mp_limb_t *_mpfr_d; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/ |
gmp.h | 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS) 184 typedef unsigned int mp_limb_t; typedef 188 typedef unsigned long long int mp_limb_t; typedef 191 typedef unsigned long int mp_limb_t; typedef 207 mp_limb_t *_mp_d; /* Pointer to the limbs. */ 216 typedef mp_limb_t * mp_ptr; 217 typedef __gmp_const mp_limb_t * mp_srcptr; 240 int _mp_prec; /* Max precision, in number of `mp_limb_t's. 247 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */ 248 mp_limb_t *_mp_d; /* Pointer to the limbs. * [all...] |
mpfr.h | 181 mp_limb_t *_mpfr_d; [all...] |
/prebuilts/go/darwin-x86/misc/cgo/gmp/ |
gmp.go | 40 typedef unsigned long int mp_limb_t; 46 mp_limb_t *_mp_d;
|
/prebuilts/go/linux-x86/misc/cgo/gmp/ |
gmp.go | 40 typedef unsigned long int mp_limb_t; 46 mp_limb_t *_mp_d;
|