Home
last modified time | relevance | path

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

/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h81 LIBC_INLINE float sinhf(float x) { return __nv_sinhf(x); } sinhf() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h310 __DEVICE__ float sinhf(float __a) { return __nv_sinhf(__a); } sinhf() function