Home
last modified time | relevance | path

Searched refs:mpz_mod (Results 26 – 50 of 59) sorted by relevance

123

/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A Dgmp.h923 #define mpz_mod __gmpz_mod macro
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A DREADME436 { "mod", (mpexpr_fun_t) mpz_mod, MPEXPR_TYPE_BINARY, 6 },
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.c2318 mpz_mod (mpz_t r, const mpz_t n, const mpz_t d) in mpz_mod() function
3381 mpz_mod (Qk, Qk, n); in gmp_lucas_step_k_2k()
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dcommon.c834 SPEED_ROUTINE_MPZ_MOD (mpz_mod); in speed_mpz_mod()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-h.in923 #define mpz_mod __gmpz_mod
924 __GMP_DECLSPEC void mpz_mod (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs1876 { mpz_mod }, /* 1 */

123