Home
last modified time | relevance | path

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

/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h85 LIBC_INLINE float tanhf(float x) { return __nv_tanhf(x); } tanhf() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h318 __DEVICE__ float tanhf(float __a) { return __nv_tanhf(__a); } tanhf() function