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