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