Home
last modified time | relevance | path

Searched refs:rsqrtf (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt()
H A D__clang_cuda_math.h276 __DEVICE__ float rsqrtf(float __a) { return __nv_rsqrtf(__a); } in rsqrtf() function
H A D__clang_hip_math.h474 float rsqrtf(float __x) { return __ocml_rsqrt_f32(__x); }