Home | History | Annotate | Download | only in include

Lines Matching refs:ceill

65 long double    ceill(long double x);
835 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ::ceill(__lcpp_x);}