Home
last modified time | relevance | path

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

12

/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1071 #define mpz_tdiv_ui __gmpz_tdiv_ui macro
1072 __GMP_DECLSPEC unsigned long int mpz_tdiv_ui (mpz_srcptr, unsigned long int) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
H A Dgmp.h1071 #define mpz_tdiv_ui __gmpz_tdiv_ui macro
1072 __GMP_DECLSPEC unsigned long int mpz_tdiv_ui (mpz_srcptr, unsigned long int) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1071 #define mpz_tdiv_ui __gmpz_tdiv_ui macro
1072 __GMP_DECLSPEC unsigned long int mpz_tdiv_ui (mpz_srcptr, unsigned long int) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1071 #define mpz_tdiv_ui __gmpz_tdiv_ui macro
1072 __GMP_DECLSPEC unsigned long int mpz_tdiv_ui (mpz_srcptr, unsigned long int) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1071 #define mpz_tdiv_ui __gmpz_tdiv_ui macro
1072 __GMP_DECLSPEC unsigned long int mpz_tdiv_ui (mpz_srcptr, unsigned long int) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1071 #define mpz_tdiv_ui __gmpz_tdiv_ui macro
1072 __GMP_DECLSPEC unsigned long int mpz_tdiv_ui (mpz_srcptr, unsigned long int) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1071 #define mpz_tdiv_ui __gmpz_tdiv_ui macro
1072 __GMP_DECLSPEC unsigned long int mpz_tdiv_ui (mpz_srcptr, unsigned long int) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp.h1071 #define mpz_tdiv_ui __gmpz_tdiv_ui macro
1072 __GMP_DECLSPEC unsigned long int mpz_tdiv_ui (mpz_srcptr, unsigned long int) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A Dgmp.h1071 #define mpz_tdiv_ui __gmpz_tdiv_ui macro
1072 __GMP_DECLSPEC unsigned long int mpz_tdiv_ui (mpz_srcptr, unsigned long int) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.c2598 mpz_tdiv_ui (const mpz_t n, unsigned long d) in mpz_tdiv_ui() function
2748 mp_limb_t ul = mpz_tdiv_ui (tu, vl); in mpz_gcd()
3481 tl = mpz_tdiv_ui (n, D); in gmp_stronglucas()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-h.in1071 #define mpz_tdiv_ui __gmpz_tdiv_ui
1072 __GMP_DECLSPEC unsigned long int mpz_tdiv_ui (mpz_srcptr, unsigned long int) __GMP_ATTRIBUTE_PURE;
H A DNEWS1009 mpz_tdiv_ui, mpz_tstbit, mpz_xor.
H A DChangeLog14420 of mpz_tdiv_ui.
20984 * tests/mpz/t-tdiv_ui.c: Check mpz_tdiv_ui.
31780 * gmp.h (mpz_tdiv_ui): Declare.
/netbsd/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-11673 than 'mpz_tdiv_ui', but which gives no useful information about the
1684 remainder-only functions like 'mpz_tdiv_ui'. If the quotient is
2468 -- Function: unsigned long int mpz_tdiv_ui (const mpz_t N,
H A Dgmp.info-23901 * mpz_tdiv_ui: Integer Division. (line 65)
H A Dgmp.texi2487 integer. They use an algorithm which is faster than @code{mpz_tdiv_ui}, but
2498 like @code{mpz_tdiv_ui}. If the quotient is only rarely wanted then it's
3344 @deftypefunx {unsigned long int} mpz_tdiv_ui (const mpz_t @var{n}, @w{unsigned long int @var{d}})

12