pub unsafe extern "C" fn rintf(x: f32) -> f32
Round to the nearest integer value in floating-point format, with halfway casesx rounded to the nearest even integer value.
Nvidia docs
Returns rounded integer value.