OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpf_get_prec
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
mpf2mpfr.h
59
#undef
mpf_get_prec
macro
60
#define
mpf_get_prec
mpfr_get_prec
macro
gmp.h
1328
#define
mpf_get_prec
macro
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
mpf2mpfr.h
59
#undef
mpf_get_prec
macro
60
#define
mpf_get_prec
mpfr_get_prec
macro
gmp.h
1328
#define
mpf_get_prec
macro
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
mpf2mpfr.h
59
#undef
mpf_get_prec
macro
60
#define
mpf_get_prec
mpfr_get_prec
macro
gmp.h
1328
#define
mpf_get_prec
macro
[
all
...]
/external/eigen/unsupported/test/mpreal/
mpreal.cpp
131
mpfr_init2(mp,(mp_prec_t)
mpf_get_prec
(u)); // (gmp: mp_bitcnt_t) unsigned long -> long (mpfr: mp_prec_t)
Completed in 36 milliseconds