Home | History | Annotate | Download | only in include

Lines Matching refs:mpf_sgn

2095 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0)