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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h938 inline double __dsqrt_rn(double __x) { return __ocml_sqrt_f64(__x); } function
H A D__clang_cuda_device_functions.h157 __DEVICE__ double __dsqrt_rn(double __a) { return __nv_dsqrt_rn(__a); } function

Completed in 120 milliseconds