| /netbsd/src/external/lgpl3/gmp/dist/tests/mpz/ |
| D | t-root.c | 119 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()
|
| D | reuse.c | 448 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/ |
| D | root.c | 36 mpz_root (mpz_ptr root, mpz_srcptr u, unsigned long int nth) in mpz_root() function
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | cbrt.c | 135 inexact = ! mpz_root (m, m, 3) || inexact; in mpfr_cbrt()
|
| D | root.c | 159 inexact = mpz_root (m, m, k) == 0; in mpfr_rootn_ui()
|
| /netbsd/src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| D | t-reuse.c | 365 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/ |
| D | exprz.c | 174 { "root", (mpexpr_fun_t) mpz_root, MPEXPR_TYPE_BINARY_UI },
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | gen-fac.c | 165 mpz_root (x, mask, b); in gen_consts()
|
| /netbsd/src/external/lgpl3/gmp/dist/demos/calc/ |
| D | calc.y | 237 mpz_root (sp, sp, mpz_get_ui (sp+1)); }
|
| D | calc.c | 1724 mpz_root (sp, sp, mpz_get_ui (sp+1)); } in yyparse()
|
| /netbsd/src/external/lgpl3/gmp/dist/mini-gmp/ |
| D | ChangeLog | 629 * 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.
|
| D | mini-gmp.h | 221 int mpz_root (mpz_t, const mpz_t, unsigned long);
|
| D | mini-gmp.c | 3221 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/ |
| D | gmp.h | 1003 #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/ |
| D | gmp.h | 998 #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/ |
| D | gmp.h | 998 #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/ |
| D | gmp.h | 998 #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/ |
| D | gmp.h | 998 #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/ |
| D | gmp.h | 998 #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/ |
| D | gmp.h | 998 #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/ |
| D | gmp.h | 998 #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/ |
| D | gmp.h | 998 #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/ |
| D | gmp.h | 998 #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/ |
| D | gmp.h | 998 #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/ |
| D | gmp.h | 998 #define mpz_root __gmpz_root macro 999 __GMP_DECLSPEC int mpz_root (mpz_ptr, mpz_srcptr, unsigned long int);
|