Searched refs:mpz_rootrem (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Drootrem.c0 /* mpz_rootrem(root, rem, u, nth) -- Set ROOT to trunc(U^(1/nth)) and
36 mpz_rootrem (mpz_ptr root, mpz_ptr rem, mpz_srcptr u, unsigned long int nth) function
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-root.c80 mpz_rootrem (s, r, u, e);
84 fprintf (stderr, "mpz_rootrem(%lu-th) failed:\n", e);
H A Dt-reuse.c377 mpz_rootrem (ref1, ref2, in1, in2i % 0x1000 + 1);
382 mpz_rootrem (res1, res2, res1, in2i % 0x1000 + 1);
386 FAIL2 (mpz_rootrem, in1, in2, NULL);
389 mpz_rootrem (res1, res2, res2, in2i % 0x1000 + 1);
393 FAIL2 (mpz_rootrem, in1, in2, NULL);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-root.c1 /* Test mpz_root, mpz_rootrem, and mpz_perfect_power_p.
42 mpz_rootrem (root2, rem2, x2, nth);
H A Dreuse.c460 mpz_rootrem (ref1, ref2, in1, in2i % 0x100 + 1);
465 mpz_rootrem (res1, res2, res1, in2i % 0x100 + 1);
469 FAIL2 (mpz_rootrem, in1, in2, NULL);
472 mpz_rootrem (res1, res2, res2, in2i % 0x100 + 1);
476 FAIL2 (mpz_rootrem, in1, in2, NULL);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h220 void mpz_rootrem (mpz_t, mpz_t, const mpz_t, unsigned long);
H A Dmini-gmp.c3175 mpz_rootrem (mpz_t x, mpz_t r, const mpz_t y, unsigned long z)
3182 gmp_die ("mpz_rootrem: Negative argument, with even root.");
3184 gmp_die ("mpz_rootrem: Zeroth root.");
3241 mpz_rootrem (x, r, y, z);
3252 mpz_rootrem (s, r, u, 2);
3258 mpz_rootrem (s, NULL, u, 2);
3291 mpz_rootrem (s, r, mpz_roinit_normal_n (u, p, n), 2);
3161 mpz_rootrem (mpz_t x, mpz_t r, const mpz_t y, unsigned long z) function
/netbsd-current/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-current/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-current/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-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
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-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
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-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
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-current/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-current/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-current/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-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
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-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
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-current/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-current/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-current/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-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
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-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
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-current/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-current/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);

Completed in 700 milliseconds

12