Searched defs:rsqrt (Results 1 – 2 of 2) sorted by relevance
235 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
275 __DEVICE__ double rsqrt(double __a) { return __nv_rsqrt(__a); } in rsqrt() function