Searched refs:__frsqrt_rn (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h500 inline float __frsqrt_rn(float __x) { return __llvm_amdgcn_rsq_f32(__x); } function
H A D__clang_cuda_device_functions.h317 __DEVICE__ float __frsqrt_rn(float __a) { return __nv_frsqrt_rn(__a); } function

Completed in 114 milliseconds