Home
last modified time | relevance | path

Searched refs:mpz_congruent_p (Results 1 – 25 of 42) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dcong_ui.c74 return mpz_congruent_p (a, cz, dz); in mpz_congruent_ui_p()
H A Dcong.c61 mpz_congruent_p (mpz_srcptr a, mpz_srcptr c, mpz_srcptr d) in mpz_congruent_p() function
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-cong.c37 got = (mpz_congruent_p (a, c, d) != 0); in check_one()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-cong.c34 got = (mpz_congruent_p (a, c, d) != 0); in check_one()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprz.c149 { "congruent_p",(mpexpr_fun_t)mpz_congruent_p, MPEXPR_TYPE_I_TERNARY },
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h183 int mpz_congruent_p (const mpz_t, const mpz_t, const mpz_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h718 #define mpz_congruent_p __gmpz_congruent_p macro
719 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h718 #define mpz_congruent_p __gmpz_congruent_p macro
719 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h713 #define mpz_congruent_p __gmpz_congruent_p macro
714 __GMP_DECLSPEC int mpz_congruent_p (mpz_srcptr, mpz_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;

12