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