Home
last modified time | relevance | path

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

/openbsd-src/lib/libm/src/
H A Ds_tanhf.c22 tanhf(float x) in tanhf() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/libmath/
H A Dstubs.c265 tanhf(float x) in tanhf() function
H A Dmathconf.h305 # define tanhf(x) tanh (x) macro
/openbsd-src/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c443 tanhf(float x) in tanhf() function
H A Dmathconf.h300 # define tanhf(x) tanh (x) macro
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dconfig.h.in1056 # define tanhf _tanhf macro
H A Dacconfig.h398 # define tanhf _tanhf macro
/openbsd-src/gnu/lib/libstdc++-v3/
H A Dconfig.h1087 # define tanhf _tanhf macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h318 __DEVICE__ float tanhf(float __a) { return __nv_tanhf(__a); } in tanhf() function