Home
last modified time | relevance | path

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

/openbsd-src/lib/libm/src/
H A Ds_atanf.c52 atanf(float x) in atanf() function
/openbsd-src/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c90 atanf(float x) in atanf() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dconfig.h.in886 # define atanf _atanf macro
H A Dacconfig.h228 # define atanf _atanf macro
/openbsd-src/gnu/lib/libstdc++-v3/
H A Dconfig.h802 # define atanf _atanf macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h69 __DEVICE__ float atanf(float __a) { return __nv_atanf(__a); } in atanf() function