Searched refs:__fsqrt_rn (Results 1 – 2 of 2) sorted by relevance
637 float __fsqrt_rn(float __x) { return __ocml_sqrt_rte_f32(__x); }644 float __fsqrt_rn(float __x) { return __ocml_native_sqrt_f32(__x); }
319 __DEVICE__ float __fsqrt_rn(float __a) { return __nv_fsqrt_rn(__a); } in __fsqrt_rn() function