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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h313 __DEVICE__ float sqrtf(float __a) { return __nv_sqrtf(__a); } function
H A D__clang_hip_math.h374 inline float sqrtf(float __x) { return __ocml_sqrt_f32(__x); } function

Completed in 56 milliseconds