pub fn __powidf2(a: f64, b: i32) callconv(.c) f64
pub fn __powidf2(a: f64, b: i32) callconv(.c) f64 { return powiXf2(f64, a, b); }