Home | History | Annotate | Download | only in include

Lines Matching refs:NUI

2203 #define mpq_cmp_ui(Q,NUI,DUI) \
2204 (__builtin_constant_p (NUI) && (NUI) == 0 \
2205 ? mpq_sgn (Q) : _mpq_cmp_ui (Q,NUI,DUI))
2213 #define mpq_cmp_ui(Q,NUI,DUI) _mpq_cmp_ui (Q,NUI,DUI)