pub unsafe extern "C" fn fdiv_rd(x: f32, y: f32) -> f32Expand description
Divide two floating point values by in round-down (to negative infinity) modex. y
ยงReturns
Returns / x. y For accuracy information for this function see the CUDA C Programming Guide, Appendix D.1, Table 6.