Searched defs:rsqrtf (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h276 __DEVICE__ float rsqrtf(float __a) { return __nv_rsqrtf(__a); } function
H A D__clang_hip_math.h633 float rsqrtf(float __x) { return __ocml_rsqrt_f32(__x); } function

Completed in 81 milliseconds