pub fn __trunctfsf2(a: f128) callconv(.c) f32
pub fn __trunctfsf2(a: f128) callconv(.c) f32 { return truncf(f32, f128, a); }