Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h1219 double __dsqrt_rn(double __x) { return __ocml_sqrt_rte_f64(__x); }
1226 double __dsqrt_rn(double __x) { return __builtin_sqrt(__x); }
H A D__clang_cuda_device_functions.h159 __DEVICE__ double __dsqrt_rn(double __a) { return __nv_dsqrt_rn(__a); } in __dsqrt_rn() function