Home
last modified time | relevance | path

Searched refs:mpf_add_ui (Results 1 – 25 of 45) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-fits.c100 mpf_add_ui (f, f, 1L); in main()
117 mpf_add_ui (f, f, 1L); in main()
132 mpf_add_ui (f, f, 1L); in main()
151 mpf_add_ui (f, f, 1L); in main()
168 mpf_add_ui (f, f, 1L); in main()
183 mpf_add_ui (f, f, 1L); in main()
H A Dt-trunc.c160 mpf_add_ui (src, src, 123L); in check_various()
190 mpf_add_ui (ceil, trunc, 1L); in check_various()
H A Dt-ui_div.c132 mpf_add_ui (v, v, 1L); in check_various()
H A Dt-div.c165 mpf_add_ui (v, v, 1L); in check_various()
H A Dreuse.c70 mpf_div_ui, mpf_add_ui, mpf_mul_ui, mpf_sub_ui,
H A Dt-eq.c131 mpf_add_ui (a, a, 1); /* make a one-bit difference */ in check_random()
H A Dt-sub.c73 mpf_add_ui (u, v, 1); in check_rand()
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h98 #undef mpf_add_ui
99 #define mpf_add_ui(x,y,z) mpfr_add_ui(x,y,z,MPFR_DEFAULT_RND) macro
/netbsd/external/lgpl3/gmp/dist/mpf/
H A Dadd_ui.c34 mpf_add_ui (mpf_ptr sum, mpf_srcptr u, unsigned long int v) in mpf_add_ui() function
H A Dui_sub.c84 mpf_add_ui (r, &v_negated, u); in mpf_ui_sub()
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h147 mpf_add_ui (y, x, 1); in main()
/netbsd/external/lgpl3/gmp/dist/tests/rand/
H A Dstat.c344 mpf_add_ui (f_imax_plus1, f_imax_plus1, 1);
/netbsd/external/lgpl3/gmp/dist/
H A Dgmpxx.h270 { mpf_add_ui(f, g, l); } in eval()
272 { mpf_add_ui(f, g, l); } in eval()
276 mpf_add_ui(f, g, l); in eval()
407 mpf_add_ui(f, g, -static_cast<unsigned long>(l)); in eval()
414 mpf_add_ui(f, g, -static_cast<unsigned long>(l)); in eval()
1100 static void eval(mpf_ptr f) { mpf_add_ui(f, f, 1); } in eval()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1241 #define mpf_add_ui __gmpf_add_ui macro
1242 __GMP_DECLSPEC void mpf_add_ui (mpf_ptr, mpf_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1241 #define mpf_add_ui __gmpf_add_ui macro
1242 __GMP_DECLSPEC void mpf_add_ui (mpf_ptr, mpf_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1255 #define mpf_add_ui __gmpf_add_ui macro
1256 __GMP_DECLSPEC void mpf_add_ui (mpf_ptr, mpf_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1255 #define mpf_add_ui __gmpf_add_ui macro
1256 __GMP_DECLSPEC void mpf_add_ui (mpf_ptr, mpf_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1255 #define mpf_add_ui __gmpf_add_ui macro
1256 __GMP_DECLSPEC void mpf_add_ui (mpf_ptr, mpf_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1255 #define mpf_add_ui __gmpf_add_ui macro
1256 __GMP_DECLSPEC void mpf_add_ui (mpf_ptr, mpf_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1255 #define mpf_add_ui __gmpf_add_ui macro
1256 __GMP_DECLSPEC void mpf_add_ui (mpf_ptr, mpf_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1255 #define mpf_add_ui __gmpf_add_ui macro
1256 __GMP_DECLSPEC void mpf_add_ui (mpf_ptr, mpf_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1255 #define mpf_add_ui __gmpf_add_ui macro
1256 __GMP_DECLSPEC void mpf_add_ui (mpf_ptr, mpf_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1255 #define mpf_add_ui __gmpf_add_ui macro
1256 __GMP_DECLSPEC void mpf_add_ui (mpf_ptr, mpf_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1255 #define mpf_add_ui __gmpf_add_ui macro
1256 __GMP_DECLSPEC void mpf_add_ui (mpf_ptr, mpf_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1255 #define mpf_add_ui __gmpf_add_ui macro
1256 __GMP_DECLSPEC void mpf_add_ui (mpf_ptr, mpf_srcptr, unsigned long int);

12