OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_exp_t
(Results
1 - 7
of
7
) sorted by null
/external/eigen/unsupported/test/mpreal/
mpreal.h
484
friend const mpreal frexp(const mpreal& v,
mp_exp_t
* exp);
485
friend const mpreal ldexp(const mpreal& v,
mp_exp_t
exp);
529
friend const mpreal random2 (mp_size_t size,
mp_exp_t
exp);
560
mp_exp_t
get_exp();
561
int set_exp(
mp_exp_t
e);
572
static
mp_exp_t
get_emin (void);
573
static
mp_exp_t
get_emax (void);
574
static
mp_exp_t
get_emin_min (void);
575
static
mp_exp_t
get_emin_max (void);
576
static
mp_exp_t
get_emax_min (void);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpc.h
29
#define mpfr_exp_t
mp_exp_t
gmp.h
222
typedef int
mp_exp_t
;
typedef
226
typedef long int
mp_exp_t
;
typedef
247
mp_exp_t
_mp_exp; /* Exponent, in the base of `mp_limb_t'. */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
mpc.h
29
#define mpfr_exp_t
mp_exp_t
gmp.h
222
typedef int
mp_exp_t
;
typedef
226
typedef long int
mp_exp_t
;
typedef
247
mp_exp_t
_mp_exp; /* Exponent, in the base of `mp_limb_t'. */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpc.h
29
#define mpfr_exp_t
mp_exp_t
gmp.h
222
typedef int
mp_exp_t
;
typedef
226
typedef long int
mp_exp_t
;
typedef
247
mp_exp_t
_mp_exp; /* Exponent, in the base of `mp_limb_t'. */
[
all
...]
Completed in 77 milliseconds