Home
last modified time | relevance | path

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

12

/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
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/sh3eb/
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/sparc/
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/sparc64/
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/vax/
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/dist/
H A Dgmpxx.h929 { return mpq_cmp_z(q, z); } in eval()
931 { return -mpq_cmp_z(q, z); } in eval()
1061 { return mpq_cmp_z(q, z) < 0; } in eval()
1063 { return mpq_cmp_z(q, z) > 0; } in eval()
H A Dgmp-h.in1159 #define mpq_cmp_z __gmpq_cmp_z
1160 __GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
H A DNEWS163 * New public mpq_cmp_z function, to efficiently compare rationals with
H A DChangeLog2307 * mpq/cmp.c (mpq_cmp_z): New function to compare mpq with mpz,
2311 * tests/mpq/t-cmp_z.c: New file to test mpq_cmp_z (from t-cmp.c).
/netbsd/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-23578 * mpq_cmp_z: Comparing Rationals. (line 7)
H A Dgmp.info-13430 -- Function: int mpq_cmp_z (const mpq_t OP1, const mpz_t OP2)
H A Dgmp.texi4455 @deftypefunx int mpq_cmp_z (const mpq_t @var{op1}, const mpz_t @var{op2})

12