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