Home
last modified time | relevance | path

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

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