Home
last modified time | relevance | path

Searched refs:__fsqrt_rn (Results 1 – 2 of 2) sorted by last modified time

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_device_functions.h321 __DEVICE__ float __fsqrt_rn(float __a) { return __nv_fsqrt_rn(__a); } in __fsqrt_rn() function
H A D__clang_hip_math.h258 float __fsqrt_rn(float __x) { return __ocml_sqrt_rte_f32(__x); }
265 float __fsqrt_rn(float __x) { return __ocml_native_sqrt_f32(__x); }