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