OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_limb_t
(Results
1 - 3
of
3
) 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
...]
/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
...]
/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
...]
Completed in 23 milliseconds