Home
last modified time | relevance | path

Searched defs:asinhf (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h25 LIBC_INLINE float asinhf(float x) { return __nv_asinhf(x); } asinhf() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h65 __DEVICE__ float asinhf(float __a) { return __nv_asinhf(__a); } asinhf() function