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

  /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...]
  /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...]
  /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...]

Completed in 204 milliseconds