Home
last modified time | relevance | path

Searched refs:mpq_cmp_z (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-cmp_z.c78 cc = mpq_cmp_z (a, b); in sizes_test()
135 cc = mpq_cmp_z (a, b); in main()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-mpq.h63 int mpq_cmp_z (const mpq_t, const mpz_t);
H A Dmini-mpq.c231 mpq_cmp_z (const mpq_t a, const mpz_t b) in mpq_cmp_z() function
/netbsd/external/lgpl3/gmp/dist/mpq/
H A Dcmp.c163 mpq_cmp_z (mpq_srcptr op1, mpz_srcptr op2) in mpq_cmp_z() function
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-mpq_addsub.c143 tst = mpq_cmp_z (rr, q); in testmain()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1159 #define mpq_cmp_z __gmpq_cmp_z macro
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;

12