Searched refs:__fmul_rn (Results 1 – 2 of 2) sorted by relevance
606 float __fmul_rn(float __x, float __y) { return __ocml_mul_rte_f32(__x, __y); }613 float __fmul_rn(float __x, float __y) { return __x * __y; }
304 __DEVICE__ float __fmul_rn(float __a, float __b) { in __fmul_rn() function