Home | History | Annotate | Download | only in include

Lines Matching refs:SI

2103 #define mpz_cmp_si(Z,SI) \
2104 (__builtin_constant_p (SI) && (SI) == 0 ? mpz_sgn (Z) \
2105 : __builtin_constant_p (SI) && (SI) > 0 \
2106 ? _mpz_cmp_ui (Z, __GMP_CAST (unsigned long int, SI)) \
2107 : _mpz_cmp_si (Z,SI))