Home
last modified time | relevance | path

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

/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h83 LIBC_INLINE float tanf(float x) { return __nv_tanf(x); } tanf() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h316 __DEVICE__ float tanf(float __a) { return __nv_tanf(__a); } tanf() function