Home
last modified time | relevance | path

Searched refs:mpq_sgn (Results 1 – 25 of 39) sorted by relevance

12

/netbsd/external/lgpl3/mpfr/dist/src/
H A Dgmp_op.c302 if (MPFR_UNLIKELY (mpq_sgn (z) == 0)) in mpfr_add_q()
393 if (MPFR_UNLIKELY (mpq_sgn (z) == 0)) in mpfr_sub_q()
481 return mpfr_cmp_si (x, mpq_sgn (q)); in mpfr_cmp_q()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-mpq.h84 int mpq_sgn (const mpq_t);
H A Dmini-mpq.c299 mpq_sgn (const mpq_t a) in mpq_sgn() function
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprq.c52 return mpq_sgn (x); in e_mpq_sgn()
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtset_q.c147 (MPFR_SIGN(mpfr_value) != mpq_sgn(mpq_value))) in check_nan_inf_mpq()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-mpq_muldiv.c93 if (mpq_sgn (refq) != 0) in testmain()
/netbsd/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs1356 RETVAL = mpq_sgn (tmp_mpq_0);
1374 RETVAL = mpq_sgn (SvMPQ(sv)->m);
2600 RETVAL = (mpq_sgn (q->m) != 0) ^ ix;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h2143 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2157 ? mpq_sgn (Q) : _mpq_cmp_ui (Q,NUI,DUI))
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h2143 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2157 ? mpq_sgn (Q) : _mpq_cmp_ui (Q,NUI,DUI))
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h2248 #define mpq_sgn(Q) ((Q)->_mp_num._mp_size < 0 ? -1 : (Q)->_mp_num._mp_size > 0) macro
2260 (__builtin_constant_p (NUI) && (NUI) == 0 ? mpq_sgn (Q) \

12