pub unsafe extern "C" fn isinff(x: f32) -> i32
Determine whether the floating-point value is an infinite value (positive or negative)x.
Nvidia docs
Returns a nonzero value if and only if is a infinite valuex.