Home
last modified time | relevance | path

Searched refs:mpz_addmul (Results 1 – 25 of 49) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-hgcd_appr.c365 mpz_addmul (hgcd->m[0][1], q, hgcd->m[0][0]); in hgcd_ref()
366 mpz_addmul (hgcd->m[1][1], q, hgcd->m[1][0]); in hgcd_ref()
372 mpz_addmul (hgcd->m[0][0], q, hgcd->m[0][1]); in hgcd_ref()
373 mpz_addmul (hgcd->m[1][0], q, hgcd->m[1][1]); in hgcd_ref()
532 mpz_addmul (appr.m[0][1], q, appr.m[0][0]); in hgcd_appr_valid_p()
533 mpz_addmul (appr.m[1][1], q, appr.m[1][0]); in hgcd_appr_valid_p()
539 mpz_addmul (appr.m[0][0], q, appr.m[0][1]); in hgcd_appr_valid_p()
540 mpz_addmul (appr.m[1][0], q, appr.m[1][1]); in hgcd_appr_valid_p()
H A Dt-hgcd.c362 mpz_addmul (hgcd->m[0][1], q, hgcd->m[0][0]); in hgcd_ref()
363 mpz_addmul (hgcd->m[1][1], q, hgcd->m[1][0]); in hgcd_ref()
369 mpz_addmul (hgcd->m[0][0], q, hgcd->m[0][1]); in hgcd_ref()
370 mpz_addmul (hgcd->m[1][0], q, hgcd->m[1][1]); in hgcd_ref()
H A Dt-gcdext_1.c60 mpz_addmul (d, mpz_roinit_n (tmp, &b, 1), tz); in one_test()
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpfr-mini-gmp.h115 #ifndef mpz_addmul
117 void mpz_addmul (mpz_t, const mpz_t, const mpz_t);
H A Dconst_euler.c120 mpz_addmul (s->C, R->C, L->D); in mpfr_const_euler_bs_1()
127 mpz_addmul (v, t, L->C); in mpfr_const_euler_bs_1()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-jac.c930 mpz_addmul (M[i][0], M[i][1], q); in check_large_quotients()
945 mpz_addmul (y, t, n); in check_large_quotients()
953 mpz_addmul (x, s, n); in check_large_quotients()
957 mpz_addmul (x, y, M[1][1]); in check_large_quotients()
H A Dt-aorsmul.c43 mpz_addmul (got, got, y); in check_one_inplace()
144 mpz_addmul (got, x, y); in check_one()
/netbsd/external/lgpl3/gmp/dist/tests/
H A Drefmpq.c28 mpz_addmul (mpq_numref(w), mpq_denref(x), mpq_numref(y)); in refmpq_add()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-aorsmul.c52 mpz_addmul (res, a, b); in testmain()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Daorsmul.c154 mpz_addmul (mpz_ptr w, mpz_srcptr u, mpz_srcptr v) in mpz_addmul() function
/netbsd/external/lgpl3/mpc/dist/src/
H A Dpow.c74 mpz_addmul (a, d, d); /* c^2 + d^2 */ in mpc_perfect_square_p()
312 mpz_addmul (a, d, d); in mpc_pow_exact()
348 mpz_addmul (b, a, d); /* bc+ad */ in mpc_pow_exact()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-mpq.c330 mpz_addmul (t, mpq_numref (b), mpq_denref (a)); in mpq_add()
343 mpz_addmul (x, mpq_numref (b), y); in mpq_add()
H A Dmini-gmp.h157 void mpz_addmul (mpz_t, const mpz_t, const mpz_t);
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-2002225 Don't use mpz_addmul, it's GMP4 only.
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h637 #define mpz_addmul __gmpz_addmul macro
638 __GMP_DECLSPEC void mpz_addmul (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h637 #define mpz_addmul __gmpz_addmul macro
638 __GMP_DECLSPEC void mpz_addmul (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h632 #define mpz_addmul __gmpz_addmul macro
633 __GMP_DECLSPEC void mpz_addmul (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h632 #define mpz_addmul __gmpz_addmul macro
633 __GMP_DECLSPEC void mpz_addmul (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h632 #define mpz_addmul __gmpz_addmul macro
633 __GMP_DECLSPEC void mpz_addmul (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h632 #define mpz_addmul __gmpz_addmul macro
633 __GMP_DECLSPEC void mpz_addmul (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h632 #define mpz_addmul __gmpz_addmul macro
633 __GMP_DECLSPEC void mpz_addmul (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h632 #define mpz_addmul __gmpz_addmul macro
633 __GMP_DECLSPEC void mpz_addmul (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h632 #define mpz_addmul __gmpz_addmul macro
633 __GMP_DECLSPEC void mpz_addmul (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h632 #define mpz_addmul __gmpz_addmul macro
633 __GMP_DECLSPEC void mpz_addmul (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h632 #define mpz_addmul __gmpz_addmul macro
633 __GMP_DECLSPEC void mpz_addmul (mpz_ptr, mpz_srcptr, mpz_srcptr);

12