Searched defs:rsqrt (Results 1 – 6 of 6) sorted by relevance
413 name: rsqrt play
231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
275 __DEVICE__ double rsqrt(double __a) { return __nv_rsqrt(__a); } rsqrt() function
297 rsqrt = UnaryFnType("rsqrt") global() variable in UnaryFn
30 enum class AbsFn { abs, sqrt, rsqrt }; enumerator
136 def rsqrt( global() function