Home
last modified time | relevance | path

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

12

/netbsd/src/external/lgpl3/gmp/dist/tests/mpz/
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()
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/src/external/lgpl3/gmp/dist/mpz/
Droot.c36 mpz_root (mpz_ptr root, mpz_srcptr u, unsigned long int nth) in mpz_root() function
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dcbrt.c135 inexact = ! mpz_root (m, m, 3) || inexact; in mpfr_cbrt()
Droot.c159 inexact = mpz_root (m, m, k) == 0; in mpfr_rootn_ui()
/netbsd/src/external/lgpl3/gmp/dist/mini-gmp/tests/
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/src/external/lgpl3/gmp/dist/demos/expr/
Dexprz.c174 { "root", (mpexpr_fun_t) mpz_root, MPEXPR_TYPE_BINARY_UI },
/netbsd/src/external/lgpl3/gmp/dist/
Dgen-fac.c165 mpz_root (x, mask, b); in gen_consts()
/netbsd/src/external/lgpl3/gmp/dist/demos/calc/
Dcalc.y237 mpz_root (sp, sp, mpz_get_ui (sp+1)); }
Dcalc.c1724 mpz_root (sp, sp, mpz_get_ui (sp+1)); } in yyparse()
/netbsd/src/external/lgpl3/gmp/dist/mini-gmp/
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.
Dmini-gmp.h221 int mpz_root (mpz_t, const mpz_t, unsigned long);
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/src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
Dgmp.h1003 #define mpz_root __gmpz_root macro
1004 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
Dgmp.h998 #define mpz_root __gmpz_root macro
999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);

12