Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Headers/
D__clang_hip_math.h637 float __fsqrt_rn(float __x) { return __ocml_sqrt_rte_f32(__x); }
644 float __fsqrt_rn(float __x) { return __ocml_native_sqrt_f32(__x); }
D__clang_cuda_device_functions.h319 __DEVICE__ float __fsqrt_rn(float __a) { return __nv_fsqrt_rn(__a); } in __fsqrt_rn() function