Home
last modified time | relevance | path

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

/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h29 LIBC_INLINE float atanf(float x) { return __nv_atanf(x); } atanf() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h69 __DEVICE__ float atanf(float __a) { return __nv_atanf(__a); } atanf() function