Home | History | Annotate | Download | only in include

Lines Matching full:ceil

66 floating_point ceil (arithmetic x);
748 // ceil
750 using ::ceil;
754 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __lcpp_x) _NOEXCEPT {return ceilf(__lcpp_x);}
755 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ceill(__lcpp_x);}
761 ceil(_A1 __lcpp_x) _NOEXCEPT {return ceil((double)__lcpp_x);}