Home | History | Annotate | Download | only in mpreal

Lines Matching refs:isint

468 	friend bool isint(const mpreal& v);

1390 inline bool isint (const mpreal& v){ return (mpfr_integer_p(v.mp) != 0); }