Searched refs:mpf_add_ui (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
H A Dmpf2mpfr.h87 #undef mpf_add_ui macro
88 #define mpf_add_ui(x,y,z) mpfr_add_ui(x,y,z,MPFR_DEFAULT_RND) macro
H A Dgmp.h1263 #define mpf_add_ui __gmpf_add_ui macro
1264 __GMP_DECLSPEC void mpf_add_ui __GMP_PROTO ((mpf_ptr, mpf_srcptr, unsigned long int));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
H A Dmpf2mpfr.h87 #undef mpf_add_ui macro
88 #define mpf_add_ui(x,y,z) mpfr_add_ui(x,y,z,MPFR_DEFAULT_RND) macro
H A Dgmp.h1263 #define mpf_add_ui __gmpf_add_ui macro
1264 __GMP_DECLSPEC void mpf_add_ui __GMP_PROTO ((mpf_ptr, mpf_srcptr, unsigned long int));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
H A Dmpf2mpfr.h87 #undef mpf_add_ui macro
88 #define mpf_add_ui(x,y,z) mpfr_add_ui(x,y,z,MPFR_DEFAULT_RND) macro
H A Dgmp.h1263 #define mpf_add_ui __gmpf_add_ui macro
1264 __GMP_DECLSPEC void mpf_add_ui __GMP_PROTO ((mpf_ptr, mpf_srcptr, unsigned long int));

Completed in 25 milliseconds