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