OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpfr_prec_t
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpfr.h
115
# error "
mpfr_prec_t
must not be larger than mpfr_exp_t"
118
/* Let's make
mpfr_prec_t
signed in order to avoid problems due to the
119
usual arithmetic conversions when mixing
mpfr_prec_t
and mpfr_exp_t
122
typedef short
mpfr_prec_t
;
typedef
125
typedef int
mpfr_prec_t
;
typedef
128
typedef long
mpfr_prec_t
;
typedef
138
#define MPFR_PREC_MAX ((
mpfr_prec_t
)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))
178
mpfr_prec_t
_mpfr_prec;
189
# define mp_prec_t
mpfr_prec_t
325
__MPFR_DECLSPEC void mpfr_init2 _MPFR_PROTO ((mpfr_ptr,
mpfr_prec_t
));
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
mpfr.h
115
# error "
mpfr_prec_t
must not be larger than mpfr_exp_t"
118
/* Let's make
mpfr_prec_t
signed in order to avoid problems due to the
119
usual arithmetic conversions when mixing
mpfr_prec_t
and mpfr_exp_t
122
typedef short
mpfr_prec_t
;
typedef
125
typedef int
mpfr_prec_t
;
typedef
128
typedef long
mpfr_prec_t
;
typedef
138
#define MPFR_PREC_MAX ((
mpfr_prec_t
)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))
178
mpfr_prec_t
_mpfr_prec;
189
# define mp_prec_t
mpfr_prec_t
325
__MPFR_DECLSPEC void mpfr_init2 _MPFR_PROTO ((mpfr_ptr,
mpfr_prec_t
));
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpfr.h
115
# error "
mpfr_prec_t
must not be larger than mpfr_exp_t"
118
/* Let's make
mpfr_prec_t
signed in order to avoid problems due to the
119
usual arithmetic conversions when mixing
mpfr_prec_t
and mpfr_exp_t
122
typedef short
mpfr_prec_t
;
typedef
125
typedef int
mpfr_prec_t
;
typedef
128
typedef long
mpfr_prec_t
;
typedef
138
#define MPFR_PREC_MAX ((
mpfr_prec_t
)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))
178
mpfr_prec_t
_mpfr_prec;
189
# define mp_prec_t
mpfr_prec_t
325
__MPFR_DECLSPEC void mpfr_init2 _MPFR_PROTO ((mpfr_ptr,
mpfr_prec_t
));
[
all
...]
Completed in 339 milliseconds