pub fn __ceilx(x: f80) callconv(.c) f80
pub fn __ceilx(x: f80) callconv(.c) f80 { return impl(f80, .ceil, x); }