OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_rnd_t
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
mpc.h
73
#define MPC_RND_RE(x) ((
mp_rnd_t
)((x) & 0x0F))
74
#define MPC_RND_IM(x) ((
mp_rnd_t
)((x) >> 4))
161
__MPC_DECLSPEC int mpc_norm __MPC_PROTO ((mpfr_ptr, mpc_srcptr,
mp_rnd_t
));
162
__MPC_DECLSPEC int mpc_abs __MPC_PROTO ((mpfr_ptr, mpc_srcptr,
mp_rnd_t
));
mpfr.h
105
#ifndef
mp_rnd_t
106
# define
mp_rnd_t
mpfr_rnd_t
macro
198
__MPFR_DECLSPEC
mp_rnd_t
mpfr_get_default_rounding_mode _MPFR_PROTO((void));
252
mp_rnd_t
));
312
mp_rnd_t
));
519
mpfr_srcptr,
mp_rnd_t
));
521
mpfr_srcptr,
mp_rnd_t
));
523
mpfr_srcptr,
mp_rnd_t
));
642
mp_rnd_t
));
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
mpc.h
73
#define MPC_RND_RE(x) ((
mp_rnd_t
)((x) & 0x0F))
74
#define MPC_RND_IM(x) ((
mp_rnd_t
)((x) >> 4))
161
__MPC_DECLSPEC int mpc_norm __MPC_PROTO ((mpfr_ptr, mpc_srcptr,
mp_rnd_t
));
162
__MPC_DECLSPEC int mpc_abs __MPC_PROTO ((mpfr_ptr, mpc_srcptr,
mp_rnd_t
));
mpfr.h
105
#ifndef
mp_rnd_t
106
# define
mp_rnd_t
mpfr_rnd_t
macro
198
__MPFR_DECLSPEC
mp_rnd_t
mpfr_get_default_rounding_mode _MPFR_PROTO((void));
252
mp_rnd_t
));
312
mp_rnd_t
));
519
mpfr_srcptr,
mp_rnd_t
));
521
mpfr_srcptr,
mp_rnd_t
));
523
mpfr_srcptr,
mp_rnd_t
));
642
mp_rnd_t
));
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
mpfr.h
105
#ifndef
mp_rnd_t
106
# define
mp_rnd_t
mpfr_rnd_t
macro
198
__MPFR_DECLSPEC
mp_rnd_t
mpfr_get_default_rounding_mode _MPFR_PROTO((void));
252
mp_rnd_t
));
312
mp_rnd_t
));
519
mpfr_srcptr,
mp_rnd_t
));
521
mpfr_srcptr,
mp_rnd_t
));
523
mpfr_srcptr,
mp_rnd_t
));
642
mp_rnd_t
));
[
all
...]
Completed in 20 milliseconds