floorf
float floorf(float);
extern float floorf(float);
using ::floorf;
inline float floor(float __X) { return floorf(__X); }