Home
last modified time | relevance | path

Searched refs:mpz_isNeg (Results 1 – 2 of 2) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dlongrat.cc146 #define mpz_isNeg(A) ((A)->_mp_size<0) macro
304 else if (mpz_isNeg(a->n)) in nlDBTest()
1197 if (mpz_isNeg(u->n)) in nlDiv()
1272 return (!mpz_isNeg(a->z)); in nlGreaterZero()
1676 if ((((long)a) > 0L) && (mpz_isNeg(b->z))) in _nlEqual_aNoImm_OR_bNoImm()
1678 if ((((long)a) < 0L) && (!mpz_isNeg(b->z))) in _nlEqual_aNoImm_OR_bNoImm()
1691 if (mpz_isNeg(a->z)&&(!mpz_isNeg(b->z))) in _nlEqual_aNoImm_OR_bNoImm()
1693 if (mpz_isNeg(b->z)&&(!mpz_isNeg(a->z))) in _nlEqual_aNoImm_OR_bNoImm()
2935 assume(!mpz_isNeg(P)); in nlFarey()
2936 if (mpz_isNeg(N)) mpz_add(N,N,P); in nlFarey()
[all …]
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A DkChinese.cc15 #define mpz_isNeg(A) ((A)->_mp_size<0) macro
36 if (mpz_isNeg(n->z)) { *d+=8; mpz_neg(n->z,n->z); } in send_number()