Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h232 static inline float rcbrt(float __a) { return rcbrtf(__a); } in rcbrt() function
H A D__clang_cuda_math.h234 __DEVICE__ double rcbrt(double __a) { return __nv_rcbrt(__a); } in rcbrt() function
H A D__clang_hip_math.h990 double rcbrt(double __x) { return __ocml_rcbrt_f64(__x); }