3.41. __nv_ddiv_rd

double @__nv_ddiv_rd(double %x, double %y)

Divide two floating point values in round-down mode.

Divides 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, Double-Precision Floating-Point Functions section.

Note

Requires compute capability >= 2.0.

Returns

Returns x / y.