pub fn fabsq(a: f128) callconv(.c) f128
pub fn fabsq(a: f128) callconv(.c) f128 { return generic_fabs(a); }