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