Home
last modified time | relevance | path

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

/openbsd/lib/libm/src/
H A Ds_tanf.c20 tanf(float x) in tanf() function
/openbsd/gnu/lib/libstdc++/libstdc++/
H A Dacconfig.h388 # define tanf _tanf macro
403 # define tanf _tanf macro
H A Dconfig.h.in1046 # define tanf _tanf macro
1061 # define tanf _tanf macro
/openbsd/gnu/lib/libstdc++/libstdc++/libmath/
H A Dstubs.c248 tanf(float x) in tanf() function
H A Dmathconf.h302 # define tanf(x) tan (x) macro
/openbsd/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c426 tanf(float x) in tanf() function
H A Dmathconf.h297 # define tanf(x) tan (x) macro
/openbsd/gnu/lib/libstdc++-v3/
H A Dconfig.h1082 # define tanf _tanf macro
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h316 __DEVICE__ float tanf(float __a) { return __nv_tanf(__a); } in tanf() function