Searched refs:NUI (Results 1 – 1 of 1) sorted by relevance
591 #define mpq_cmp_ui(Q,NUI,DUI) \ argument592 (__builtin_constant_p (NUI) && (NUI) == 0 \593 ? mpq_sgn (Q) : mpq_cmp_ui (Q,NUI,DUI))
Completed in 5 milliseconds