3.122. __nv_fdiv_rd

float @__nv_fdiv_rd(float %x, float %y)

Divide two floating point values in round-down mode.

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

Note

For accuracy information, see the CUDA C++ Programming Guide, Mathematical Functions Appendix, Single-Precision Floating-Point Functions section.

Returns

Returns x / y.