Home
last modified time | relevance | path

Searched refs:mpz_tdiv_r_ui (Results 26 – 41 of 41) sorted by relevance

12

/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
H A Dgmp.h1095 #define mpz_tdiv_r_ui __gmpz_tdiv_r_ui macro
1096 __GMP_DECLSPEC unsigned long int mpz_tdiv_r_ui (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1095 #define mpz_tdiv_r_ui __gmpz_tdiv_r_ui macro
1096 __GMP_DECLSPEC unsigned long int mpz_tdiv_r_ui (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1095 #define mpz_tdiv_r_ui __gmpz_tdiv_r_ui macro
1096 __GMP_DECLSPEC unsigned long int mpz_tdiv_r_ui (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1095 #define mpz_tdiv_r_ui __gmpz_tdiv_r_ui macro
1096 __GMP_DECLSPEC unsigned long int mpz_tdiv_r_ui (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1095 #define mpz_tdiv_r_ui __gmpz_tdiv_r_ui macro
1096 __GMP_DECLSPEC unsigned long int mpz_tdiv_r_ui (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1095 #define mpz_tdiv_r_ui __gmpz_tdiv_r_ui macro
1096 __GMP_DECLSPEC unsigned long int mpz_tdiv_r_ui (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp.h1095 #define mpz_tdiv_r_ui __gmpz_tdiv_r_ui macro
1096 __GMP_DECLSPEC unsigned long int mpz_tdiv_r_ui (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A Dgmp.h1095 #define mpz_tdiv_r_ui __gmpz_tdiv_r_ui macro
1096 __GMP_DECLSPEC unsigned long int mpz_tdiv_r_ui (mpz_ptr, mpz_srcptr, unsigned long int);
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A DChangeLog649 (mpz_tdiv_r_ui): New function.
H A Dmini-gmp.c2580 mpz_tdiv_r_ui (mpz_t r, const mpz_t n, unsigned long d) in mpz_tdiv_r_ui() function
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-h.in1095 #define mpz_tdiv_r_ui __gmpz_tdiv_r_ui
1096 __GMP_DECLSPEC unsigned long int mpz_tdiv_r_ui (mpz_ptr, mpz_srcptr, unsigned long int);
H A Dgmpxx.h802 { mpz_tdiv_r_ui(z, w, l); } in eval()
823 mpz_tdiv_r_ui (z, w, __gmpxx_abs_ui(l)); in eval()
H A DChangeLog24757 * mpz/tdiv_q_ui.c: Remove a comment that belonged to mpz_tdiv_r_ui.
31690 not mpz_tdiv_r_ui (which expects an `unsigned long').
31774 * gmp.h: Change return type of mpz_tdiv_qr_ui, mpz_tdiv_r_ui,
/netbsd/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-23900 * mpz_tdiv_r_ui: Integer Division. (line 61)
H A Dgmp.info-12464 -- Function: unsigned long int mpz_tdiv_r_ui (mpz_t R, const mpz_t N,
H A Dgmp.texi3342 @deftypefunx {unsigned long int} mpz_tdiv_r_ui (mpz_t @var{r}, const mpz_t @var{n}, @w{unsigned lon…

12