fdiv_rd

Function fdiv_rd 

Source
pub unsafe extern "C" fn fdiv_rd(x: f32, y: f32) -> f32
Expand description

Divide two floating point values by in round-down (to negative infinity) modex. y

Nvidia docs

ยงReturns

Returns / x. y For accuracy information for this function see the CUDA C Programming Guide, Appendix D.1, Table 6.