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