3.147. __nv_fmaf_rn
原型:
float @__nv_fmaf_rn(float %x, float %y, float %z)
描述:
计算以下值作为单个三元运算,以舍入到最接近的偶数模式对结果进行一次舍入。
返回值
-
__nv_fmaf_rn( , , z) 返回 NaN。
-
__nv_fmaf_rn( , , z) 返回 NaN。
-
__nv_fmaf_rn(x, y, ) 如果以下是精确值,则返回 NaN是一个精确的 .
-
__nv_fmaf_rn(x, y, ) 如果以下是精确值,则返回 NaN是一个精确的 .
有关准确性信息,请参阅 CUDA C++ 编程指南的数学函数附录中单精度浮点函数部分。
库可用性:
Compute 2.0:是
Compute 3.0:是
Compute 3.5:是