Home
last modified time | relevance | path

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

/openbsd-src/regress/sys/altivec_ast/
H A Dvecast.c41 #define rsqrt(f) (1.0 / sqrt(f)) macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h231 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