Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/msun/src/
HDs_tanhf.c26 tanhf(float x) in tanhf() function
/freebsd-11-stable/contrib/libstdc++/libmath/
Dstubs.c443 tanhf(float x) in tanhf() function
Dmathconf.h300 # define tanhf(x) tanh (x) macro
/freebsd-11-stable/contrib/libstdc++/
Dconfig.h.in1083 # define tanhf _tanhf macro
/freebsd-11-stable/gnu/lib/libstdc++/
Dconfig.h1101 # define tanhf _tanhf macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_device_functions.h1764 __DEVICE__ float tanhf(float __a) { return __nv_tanhf(__a); } in tanhf() function