Home
last modified time | relevance | path

Searched refs:mpz_root (Results 1 – 25 of 51) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-root.c119 res = mpz_root (root1, x2, 2); in main()
134 res = mpz_root (root1, x2, nth); in main()
149 res = mpz_root (root1, x2, nth); in main()
H A Dreuse.c448 mpz_root (ref1, in1, in2i % 0x100 + 1); in main()
452 mpz_root (res1, res1, in2i % 0x100 + 1); in main()
455 FAIL2 (mpz_root, in1, in2, NULL); in main()
/netbsd/external/lgpl3/mpfr/dist/tools/bench/
H A Dmpfrbench.c211 mpz_root (zscore, zscore, countprec); in compute_score()
233 mpz_root (groupscore[group], groupscore[group], countgroupop); in compute_groupscore()
249 mpz_root (globalscore, globalscore, countop); in compute_globalscore()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Droot.c36 mpz_root (mpz_ptr root, mpz_srcptr u, unsigned long int nth) in mpz_root() function
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dcbrt.c135 inexact = ! mpz_root (m, m, 3) || inexact; in mpfr_cbrt()
H A Droot.c159 inexact = mpz_root (m, m, k) == 0; in mpfr_rootn_ui()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-reuse.c365 mpz_root (ref1, in1, in2i % 0x1000 + 1); in testmain()
369 mpz_root (res1, res1, in2i % 0x1000 + 1); in testmain()
372 FAIL2 (mpz_root, in1, in2, NULL); in testmain()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprz.c174 { "root", (mpexpr_fun_t) mpz_root, MPEXPR_TYPE_BINARY_UI },
/netbsd/external/lgpl3/gmp/dist/
H A Dgen-fac.c165 mpz_root (x, mask, b); in gen_consts()
/netbsd/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)); } in yyparse()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A DChangeLog629 * mini-gmp.h (mpz_root, mpz_rootrem): define (correctly).
631 (mpz_root): Use mpz_rootrem.
640 * mini-gmp.c (mpz_root): New, support negative operands.
641 * mini-gmp.h (mpz_root): define.
H A Dmini-gmp.h221 int mpz_root (mpz_t, const mpz_t, unsigned long);
H A Dmini-gmp.c3221 mpz_root (mpz_t x, const mpz_t y, unsigned long z) in mpz_root() function
3253 return mpz_root (NULL, u, 2); in mpz_perfect_square_p()
3263 return mpz_root (NULL, mpz_roinit_normal_n (t, p, n), 2); in mpn_perfect_square_p()
3466 if (mpz_root (Qk, n, 2)) in gmp_stronglucas()
/netbsd/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/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/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/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);
/netbsd/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/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/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);

123