| /src/external/lgpl3/gmp/dist/demos/ |
| pexpr.c | 83 #define mpz_sgn(Z) ((Z)->size < 0 ? -1 : (Z)->size > 0) macro 1089 if (mpz_sgn (lhs) < 0) 1102 if (mpz_sgn (rhs) <= 0) 1108 if (mpz_sgn (lhs) < 0 && (mpz_get_ui (rhs) & 1) == 0) 1160 if (mpz_sgn (r) <= 0) 1174 if (mpz_sgn (lhs) <= 0) 1228 if (mpz_sgn (lhs) <= 0 || mpz_cmp_si (lhs, 1000000000) > 0) 1262 if (mpz_sgn (lhs) <= 0 || mpz_cmp_si (lhs, 1000000000) > 0)
|
| /src/external/lgpl3/gmp/dist/mini-gmp/ |
| mini-gmp.c | 1833 mpz_sgn (const mpz_t u) 2514 if (mpz_sgn (m) == 0) 2782 signed long sign = mpz_sgn (v); 2794 signed long sign = mpz_sgn (u); 1824 mpz_sgn (const mpz_t u) function
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/ |
| gmp.h | 2141 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2149 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI)) 2151 (__builtin_constant_p (SI) && (SI) == 0 ? mpz_sgn (Z) \
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/ |
| gmp.h | 2141 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2149 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI)) 2151 (__builtin_constant_p (SI) && (SI) == 0 ? mpz_sgn (Z) \
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/sh3el/ |
| gmp.h | 2246 #define mpz_sgn(Z) ((Z)->_mp_size < 0 ? -1 : (Z)->_mp_size > 0) macro 2254 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
|