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

  /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,

Completed in 96 milliseconds