Home
last modified time | relevance | path

Searched defs:rsqrt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h235 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
H A D__clang_cuda_math.h275 __DEVICE__ double rsqrt(double __a) { return __nv_rsqrt(__a); } in rsqrt() function