pub fn __floatsisf(a: i32) callconv(.c) f32
pub fn __floatsisf(a: i32) callconv(.c) f32 { return floatFromInt(f32, a); }