pub fn floorf(x: f32) callconv(.c) f32
pub fn floorf(x: f32) callconv(.c) f32 { return impl(f32, .floor, x); }