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