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