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