Home
last modified time | relevance | path

Searched defs:tanh (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D980312-1.c17 tanh (double __x) in tanh() function
H A D980313-1.c17 tanh (double __x) in tanh() function
/openbsd-src/lib/libm/src/
H A Ds_tanh.c45 tanh(double x) in tanh() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h668 tanh(float __x) { return __gnu_cxx::__c99_binding::tanhf(__x); } in tanh() function
671 tanh(float __x) { return ::tanh(static_cast<double>(__x)); } in tanh() function
676 tanh(long double __x) { return ::tanhl(__x); } in tanh() function
679 tanh(long double __x) { return ::tanh(static_cast<double>(__x)); } in tanh() function
684 tanh(_Tp __x) in tanh() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h443 tanh(float __x) in tanh() function
447 tanh(long double __x) in tanh() function
453 tanh(_Tp __x) in tanh() function
/openbsd-src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() function
/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm1199 sub tanh { subroutine
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h965 inline _LIBCPP_HIDE_FROM_ABI float tanh(float __x) _NOEXCEPT {return __builtin_tanhf(__… in tanh() function
968 _LIBCPP_HIDE_FROM_ABI double tanh(double __x) _NOEXCEPT { in tanh() function
972 inline _LIBCPP_HIDE_FROM_ABI long double tanh(long double __x) _NOEXCEPT {return __builtin_tanhl(__… in tanh() function
978 tanh(_A1 __x) _NOEXCEPT {return __builtin_tanh((double)__x);} in tanh() function
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h213 tanh (double x) in tanh() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h213 tanh (double x) in tanh() function
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h176 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh() function
H A D__clang_cuda_math.h317 __DEVICE__ double tanh(double __a) { return __nv_tanh(__a); } in tanh() function
H A Dtgmath.h402 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
/openbsd-src/include/
H A Dtgmath.h110 #define tanh(x) __tg_full(x, tanh) macro
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf180 tanh keyword