Home | History | Annotate | Download | only in mpreal

Lines Matching defs:modf

432     friend const mpreal modf(const mpreal& v, mpreal& n);    

1938 inline const mpreal modf(const mpreal& v, mpreal& n)
2523 return IsInf(x) || (std::modf ( std::ldexp ( std::frexp ( x, &i ), n ), &t ) == 0.0);