Home
last modified time | relevance | path

Searched refs:mpz_rootrem (Results 1 – 25 of 42) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-reuse.c377 mpz_rootrem (ref1, ref2, in1, in2i % 0x1000 + 1); in testmain()
382 mpz_rootrem (res1, res2, res1, in2i % 0x1000 + 1); in testmain()
386 FAIL2 (mpz_rootrem, in1, in2, NULL); in testmain()
389 mpz_rootrem (res1, res2, res2, in2i % 0x1000 + 1); in testmain()
393 FAIL2 (mpz_rootrem, in1, in2, NULL); in testmain()
H A Dt-root.c80 mpz_rootrem (s, r, u, e); in testmain()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dreuse.c460 mpz_rootrem (ref1, ref2, in1, in2i % 0x100 + 1); in main()
465 mpz_rootrem (res1, res2, res1, in2i % 0x100 + 1); in main()
469 FAIL2 (mpz_rootrem, in1, in2, NULL); in main()
472 mpz_rootrem (res1, res2, res2, in2i % 0x100 + 1); in main()
476 FAIL2 (mpz_rootrem, in1, in2, NULL); in main()
H A Dt-root.c42 mpz_rootrem (root2, rem2, x2, nth); in check_one()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Drootrem.c36 mpz_rootrem (mpz_ptr root, mpz_ptr rem, mpz_srcptr u, unsigned long int nth) in mpz_rootrem() function
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A DChangeLog242 (mpz_rootrem): Exploit lazy allocation to avoid init2.
395 (mpz_rootrem): Use _init2 before _setbit.
620 * mini-gmp.c: merge mpz_rootrem and mpz_sqrtrem.
629 * mini-gmp.h (mpz_root, mpz_rootrem): define (correctly).
630 * mini-gmp.c (mpz_rootrem): Extended code from _root.
631 (mpz_root): Use mpz_rootrem.
H A Dmini-gmp.h220 void mpz_rootrem (mpz_t, mpz_t, const mpz_t, unsigned long);
H A Dmini-gmp.c3161 mpz_rootrem (mpz_t x, mpz_t r, const mpz_t y, unsigned long z) in mpz_rootrem() function
3227 mpz_rootrem (x, r, y, z); in mpz_root()
3238 mpz_rootrem (s, r, u, 2); in mpz_sqrtrem()
3244 mpz_rootrem (s, NULL, u, 2); in mpz_sqrt()
3277 mpz_rootrem (s, r, mpz_roinit_normal_n (u, p, n), 2); in mpn_sqrtrem()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1006 #define mpz_rootrem __gmpz_rootrem macro
1007 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1006 #define mpz_rootrem __gmpz_rootrem macro
1007 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
H A Dgmp.h1001 #define mpz_rootrem __gmpz_rootrem macro
1002 __GMP_DECLSPEC void mpz_rootrem (mpz_ptr, mpz_ptr, mpz_srcptr, unsigned long int);

12