Searched refs:mpz_root (Results 1 - 25 of 42) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-root.c1 /* Test mpz_root, mpz_rootrem, and mpz_perfect_power_p.
119 res = mpz_root (root1, x2, 2);
134 res = mpz_root (root1, x2, nth);
149 res = mpz_root (root1, x2, nth);
H A Dreuse.c448 mpz_root (ref1, in1, in2i % 0x100 + 1);
452 mpz_root (res1, res1, in2i % 0x100 + 1);
455 FAIL2 (mpz_root, in1, in2, NULL);
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Droot.c0 /* mpz_root(root, u, nth) -- Set ROOT to floor(U^(1/nth)).
36 mpz_root (mpz_ptr root, mpz_srcptr u, unsigned long int nth) function
/netbsd-current/external/lgpl3/mpfr/dist/tools/bench/
H A Dmpfrbench.c211 mpz_root (zscore, zscore, countprec);
233 mpz_root (groupscore[group], groupscore[group], countgroupop);
249 mpz_root (globalscore, globalscore, countop);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dcbrt.c135 inexact = ! mpz_root (m, m, 3) || inexact;
H A Droot.c159 inexact = mpz_root (m, m, k) == 0;
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexprz.c174 { "root", (mpexpr_fun_t) mpz_root, MPEXPR_TYPE_BINARY_UI },
/netbsd-current/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.y237 mpz_root (sp, sp, mpz_get_ui (sp+1)); }
H A Dcalc.c1724 mpz_root (sp, sp, mpz_get_ui (sp+1)); }
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgen-fac.c165 mpz_root (x, mask, b);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h221 int mpz_root (mpz_t, const mpz_t, unsigned long);
H A Dmini-gmp.c3235 mpz_root (mpz_t x, const mpz_t y, unsigned long z)
3267 return mpz_root (NULL, u, 2);
3277 return mpz_root (NULL, mpz_roinit_normal_n (t, p, n), 2);
3482 if (mpz_root (Qk, n, 2))
3221 mpz_root (mpz_t x, const mpz_t y, unsigned long z) function
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-reuse.c365 mpz_root (ref1, in1, in2i % 0x1000 + 1);
369 mpz_root (res1, res1, in2i % 0x1000 + 1);
372 FAIL2 (mpz_root, in1, in2, NULL);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1003 #define mpz_root __gmpz_root macro
1004 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1003 #define mpz_root __gmpz_root macro
1004 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);

Completed in 461 milliseconds

12