pub fn __extenddftf2(a: f64) callconv(.c) f128
pub fn __extenddftf2(a: f64) callconv(.c) f128 { return extendf(f128, f64, @as(u64, @bitCast(a))); }