Searched refs:rsqrtf (Results 1 – 7 of 7) sorted by relevance
69 rsqrtf(float x) in rsqrtf() function
548 float rsqrtf(float);
348 rsqrtf;
292 sqrt.3 sqrtl.3 sqrt.3 rsqrt.3 sqrt.3 rsqrtf.3 sqrt.3 rsqrtl.3
231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt()
280 __DEVICE__ float rsqrtf(float __a) { return __nv_rsqrtf(__a); } in rsqrtf() function
638 float rsqrtf(float __x) { return __ocml_rsqrt_f32(__x); }