ceilf
float ceilf(float);
extern float ceilf(float);
using ::ceilf;
inline float ceil(float __X) { return ceilf(__X); }