Home | History | Annotate | Download | only in include

Lines Matching full:ceill

68 long double    ceill(long double x);
751 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __x) _NOEXCEPT {return ceill(__x);}
1621 using ::ceill;