Searched refs:rsqrtf (Results 1 – 3 of 3) sorted by relevance
231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt()
276 __DEVICE__ float rsqrtf(float __a) { return __nv_rsqrtf(__a); } in rsqrtf() function
474 float rsqrtf(float __x) { return __ocml_rsqrt_f32(__x); }