Home | History | Annotate | Download | only in include

Lines Matching full:mpfr_signbit

285 __MPFR_DECLSPEC int mpfr_signbit _MPFR_PROTO ((mpfr_srcptr));
717 #define mpfr_signbit(x) (MPFR_SIGN(x) < 0)