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