Home
last modified time | relevance | path

Searched refs:mpf_mul (Results 1 – 25 of 48) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/mpf/
H A Dpow_ui.c66 mpf_mul (t, t, t); in mpf_pow_ui()
68 mpf_mul (t, t, b); in mpf_pow_ui()
74 mpf_mul (t, t, t); in mpf_pow_ui()
75 mpf_mul (r, t, b); in mpf_pow_ui()
79 mpf_mul (r, t, t); in mpf_pow_ui()
H A Dmul.c34 mpf_mul (mpf_ptr r, mpf_srcptr u, mpf_srcptr v) in mpf_mul() function
H A Dmul_ui.c118 mpf_mul (r, u, vf); in mpf_mul_ui()
/netbsd/external/lgpl3/gmp/dist/tests/rand/
H A Dstatlib.c139 mpf_mul (Kp, Kp, Kt); in ks()
140 mpf_mul (Km, Km, Kt); in ks()
180 mpf_mul (t1, t1, t2); in ks_table()
264 mpf_mul (f_t, f_t, f_t); /* f_t = X[f]^2 */ in x2()
397 mpf_mul (f_const, f_const, f_pi); in merit()
401 mpf_mul (f_const, f_const, f_pi); in merit()
406 mpf_mul (f_const, f_const, f_pi); in merit()
407 mpf_mul (f_const, f_const, f_pi); in merit()
420 mpf_mul (rop, rop, v); in merit()
421 mpf_mul (rop, rop, f_const); in merit()
[all …]
H A Dstat.c96 mpf_mul (p, p, p); /* p = x^2 */ in Pks()
349 mpf_mul (f_temp, fvec[f], f_imax_plus1);
H A Dspect.c97 mpf_mul (f_tmp, res[f], res[f]); in main()
/netbsd/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-sqrt.c69 mpf_mul (y2, y, y); in check_rand1()
152 mpf_mul (s, r, r); in check_rand2()
165 mpf_mul (s, r, r); in check_rand2()
H A Dt-sqrt_ui.c85 mpf_mul (s, r, r); in check_rand()
99 mpf_mul (s, r, r); in check_rand()
H A Dt-muldiv.c105 mpf_mul (x, w, v); in main()
H A Dreuse.c58 mpf_div, mpf_add, mpf_mul, mpf_sub,
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h142 #undef mpf_mul
143 #define mpf_mul(x,y,z) mpfr_mul(x,y,z,MPFR_DEFAULT_RND) macro
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprf.c58 { "*", (mpexpr_fun_t) mpf_mul, MPEXPR_TYPE_BINARY, 200 },
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h151 mpf_mul (y, x, x); in main()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmpxx.h587 { mpf_mul(f, g, h); } in eval()
610 mpf_mul(f, g, temp); in eval()
1145 mpf_mul(temp, g, g); in eval()
1146 mpf_mul(f, h, h); in eval()
1156 mpf_mul(temp, g, g); in eval()
1173 mpf_mul(temp, g, g); in eval()
1175 mpf_mul(f, f, f); in eval()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1353 #define mpf_mul __gmpf_mul macro
1354 __GMP_DECLSPEC void mpf_mul (mpf_ptr, mpf_srcptr, mpf_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1353 #define mpf_mul __gmpf_mul macro
1354 __GMP_DECLSPEC void mpf_mul (mpf_ptr, mpf_srcptr, mpf_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1370 #define mpf_mul __gmpf_mul macro
1371 __GMP_DECLSPEC void mpf_mul (mpf_ptr, mpf_srcptr, mpf_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1370 #define mpf_mul __gmpf_mul macro
1371 __GMP_DECLSPEC void mpf_mul (mpf_ptr, mpf_srcptr, mpf_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1370 #define mpf_mul __gmpf_mul macro
1371 __GMP_DECLSPEC void mpf_mul (mpf_ptr, mpf_srcptr, mpf_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1370 #define mpf_mul __gmpf_mul macro
1371 __GMP_DECLSPEC void mpf_mul (mpf_ptr, mpf_srcptr, mpf_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1370 #define mpf_mul __gmpf_mul macro
1371 __GMP_DECLSPEC void mpf_mul (mpf_ptr, mpf_srcptr, mpf_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1370 #define mpf_mul __gmpf_mul macro
1371 __GMP_DECLSPEC void mpf_mul (mpf_ptr, mpf_srcptr, mpf_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1370 #define mpf_mul __gmpf_mul macro
1371 __GMP_DECLSPEC void mpf_mul (mpf_ptr, mpf_srcptr, mpf_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1370 #define mpf_mul __gmpf_mul macro
1371 __GMP_DECLSPEC void mpf_mul (mpf_ptr, mpf_srcptr, mpf_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1370 #define mpf_mul __gmpf_mul macro
1371 __GMP_DECLSPEC void mpf_mul (mpf_ptr, mpf_srcptr, mpf_srcptr);

12