Home | History | Annotate | Download | only in include

Lines Matching full:ceil

66 floating_point ceil (arithmetic x);
744 // ceil
746 using ::ceil;
750 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __x) _NOEXCEPT {return ceilf(__x);}
751 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __x) _NOEXCEPT {return ceill(__x);}
757 ceil(_A1 __x) _NOEXCEPT {return ceil((double)__x);}