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