Searched refs:__fdiv_rn (Results 1 – 2 of 2) sorted by relevance
565 float __fdiv_rn(float __x, float __y) { return __ocml_div_rte_f32(__x, __y); }572 float __fdiv_rn(float __x, float __y) { return __x / __y; }
210 __DEVICE__ float __fdiv_rn(float __a, float __b) { in __fdiv_rn() function