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