OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpq_sgn
(Results
1 - 25
of
41
) sorted by relevancy
1
2
/src/external/lgpl3/gmp/dist/mini-gmp/
mini-mpq.h
84
int
mpq_sgn
(const mpq_t);
mini-mpq.c
302
mpq_sgn
(const mpq_t a)
299
mpq_sgn
(const mpq_t a)
function
/src/external/lgpl3/gmp/dist/demos/expr/
exprq.c
48
/* Wrapped because
mpq_sgn
is a macro. */
52
return
mpq_sgn
(x);
/src/external/lgpl3/mpfr/dist/src/
gmp_op.c
302
if (MPFR_UNLIKELY (
mpq_sgn
(z) == 0))
393
if (MPFR_UNLIKELY (
mpq_sgn
(z) == 0))
481
return mpfr_cmp_si (x,
mpq_sgn
(q));
/src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-mpq_muldiv.c
93
if (
mpq_sgn
(refq) != 0)
/src/external/lgpl3/mpfr/dist/tests/
tset_q.c
147
(MPFR_SIGN(mpfr_value) !=
mpq_sgn
(mpq_value)))
/src/external/gpl3/gdb/dist/gdb/
gmp-utils.c
200
if (
mpq_sgn
(m_val) < 0)
gmp-utils.h
468
{ return
mpq_sgn
(m_val); }
/src/external/gpl3/gdb.old/dist/gdb/
gmp-utils.c
200
if (
mpq_sgn
(m_val) < 0)
gmp-utils.h
468
{ return
mpq_sgn
(m_val); }
/src/external/mit/isl/dist/
basis_reduction_tab.c
43
#define GBR_is_zero(a) (
mpq_sgn
(a) == 0)
/src/external/lgpl3/gmp/dist/demos/perl/
GMP.xs
1356
RETVAL =
mpq_sgn
(tmp_mpq_0);
1374
RETVAL =
mpq_sgn
(SvMPQ(sv)->m);
2600
RETVAL = (
mpq_sgn
(q->m) != 0) ^ ix;
/src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h
2248
#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) \
/src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h
2248
#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) \
/src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h
2248
#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) \
/src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h
2248
#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) \
/src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h
2143
#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))
/src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h
2248
#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) \
/src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h
2248
#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) \
/src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h
2248
#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) \
/src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h
2248
#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) \
/src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h
2248
#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) \
/src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h
2248
#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) \
/src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h
2248
#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) \
/src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h
2248
#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) \
Completed in 86 milliseconds
1
2
Indexes created Sat Feb 28 05:31:39 UTC 2026