pub fn __subtf3(a: f128, b: f128) callconv(.c) f128
pub fn __subtf3(a: f128, b: f128) callconv(.c) f128 { return sub(a, b); }