Home | History | Annotate | Download | only in mpreal

Lines Matching full:ceil

507     friend const mpreal ceil (const mpreal& v);

943 // bits = ceil(digits*log[2](10))
1908 // bits = ceil(digits*log[2](10))
1915 return mp_prec_t(std::ceil( d * LOG2_10 ));
2477 inline const mpreal ceil(const mpreal& v)