Searched refs:mpz_congruent_p (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dcong_ui.c61 fake up some mpz_t's and go to the main mpz_congruent_p. */
74 return mpz_congruent_p (a, cz, dz);
H A Dcong.c0 /* mpz_congruent_p -- test congruence of two mpz's.
40 The csize==1 / dsize==1 special case makes mpz_congruent_p as good as
61 mpz_congruent_p (mpz_srcptr a, mpz_srcptr c, mpz_srcptr d) function
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-cong.c1 /* test mpz_congruent_p
37 got = (mpz_congruent_p (a, c, d) != 0);
40 printf ("mpz_congruent_p wrong\n");
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexprz.c149 { "congruent_p",(mpexpr_fun_t)mpz_congruent_p, MPEXPR_TYPE_I_TERNARY },
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-cong.c1 /* test mpz_congruent_p and mpz_congruent_ui_p
34 got = (mpz_congruent_p (a, c, d) != 0);
37 printf ("mpz_congruent_p wrong\n");
/netbsd-current/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-current/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-current/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-current/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-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
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-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
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-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
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-current/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-current/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-current/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-current/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;
/netbsd-current/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-current/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-current/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-current/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-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
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-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
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-current/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-current/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-current/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;

Completed in 836 milliseconds

12