3.45. __nv_dmul_rd

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

Multiply two floating point values in round-down mode.

Multiplies two floating point values x and 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

This operation will never be merged into a single multiply-add instruction.

Returns

Returns x * y.