Home
last modified time | relevance | path

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

1234

/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/
Dhyperbolic_functions.h58 inline _LIBCPP_HIDE_FROM_ABI float tanh(float __x) _NOEXCEPT { return __builtin_tanhf(__x); } in tanh() function
61 _LIBCPP_HIDE_FROM_ABI double tanh(double __x) _NOEXCEPT { in tanh() function
65 inline _LIBCPP_HIDE_FROM_ABI long double tanh(long double __x) _NOEXCEPT { return __builtin_tanhl(_… in tanh() function
68 inline _LIBCPP_HIDE_FROM_ABI double tanh(_A1 __x) _NOEXCEPT { in tanh() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/
Dhyperbolic_functions.h58 inline _LIBCPP_HIDE_FROM_ABI float tanh(float __x) _NOEXCEPT { return __builtin_tanhf(__x); } in tanh() function
61 _LIBCPP_HIDE_FROM_ABI double tanh(double __x) _NOEXCEPT { in tanh() function
65 inline _LIBCPP_HIDE_FROM_ABI long double tanh(long double __x) _NOEXCEPT { return __builtin_tanhl(_… in tanh() function
68 inline _LIBCPP_HIDE_FROM_ABI double tanh(_A1 __x) _NOEXCEPT { in tanh() function
/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/
Dhyperbolic_functions.h58 inline _LIBCPP_HIDE_FROM_ABI float tanh(float __x) _NOEXCEPT { return __builtin_tanhf(__x); } in tanh() function
61 _LIBCPP_HIDE_FROM_ABI double tanh(double __x) _NOEXCEPT { in tanh() function
65 inline _LIBCPP_HIDE_FROM_ABI long double tanh(long double __x) _NOEXCEPT { return __builtin_tanhl(_… in tanh() function
68 inline _LIBCPP_HIDE_FROM_ABI double tanh(_A1 __x) _NOEXCEPT { in tanh() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/c++/v1/__math/
Dhyperbolic_functions.h58 inline _LIBCPP_HIDE_FROM_ABI float tanh(float __x) _NOEXCEPT { return __builtin_tanhf(__x); } in tanh() function
61 _LIBCPP_HIDE_FROM_ABI double tanh(double __x) _NOEXCEPT { in tanh() function
65 inline _LIBCPP_HIDE_FROM_ABI long double tanh(long double __x) _NOEXCEPT { return __builtin_tanhl(_… in tanh() function
68 inline _LIBCPP_HIDE_FROM_ABI double tanh(_A1 __x) _NOEXCEPT { in tanh() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/
Dhyperbolic_functions.h58 inline _LIBCPP_HIDE_FROM_ABI float tanh(float __x) _NOEXCEPT { return __builtin_tanhf(__x); } in tanh() function
61 _LIBCPP_HIDE_FROM_ABI double tanh(double __x) _NOEXCEPT { in tanh() function
65 inline _LIBCPP_HIDE_FROM_ABI long double tanh(long double __x) _NOEXCEPT { return __builtin_tanhl(_… in tanh() function
68 inline _LIBCPP_HIDE_FROM_ABI double tanh(_A1 __x) _NOEXCEPT { in tanh() function
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
Dtanh.rs8 pub fn tanh(mut x: f64) -> f64 { in tanh() function
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
Dtanh.rs8 pub fn tanh(mut x: f64) -> f64 { in tanh() function
/prebuilts/go/linux-x86/src/math/
Dtanh.go82 func tanh(x float64) float64 { func
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
Dtanh.rs8 pub fn tanh(mut x: f64) -> f64 { in tanh() function
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
Dtanh.rs8 pub fn tanh(mut x: f64) -> f64 { in tanh() function
/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/openmp_wrappers/
Dcomplex_cmath.h295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() function
/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/openmp_wrappers/
Dcomplex_cmath.h295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() function
/prebuilts/clang/host/linux-x86/clang-r547379/lib/clang/20/include/openmp_wrappers/
Dcomplex_cmath.h295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() function
/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/openmp_wrappers/
Dcomplex_cmath.h295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() function
/prebuilts/clang-tools/linux-x86/lib64/clang/20/include/openmp_wrappers/
Dcomplex_cmath.h295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() function
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/
Dcmath.rs25 pub fn tanh(n: f64) -> f64; in tanh() function
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/
Dcmath.rs25 pub fn tanh(n: f64) -> f64; in tanh() function
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/
Dcmath.rs25 pub fn tanh(n: f64) -> f64; in tanh() function
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/
Dcmath.rs25 pub fn tanh(n: f64) -> f64; in tanh() function
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/
Df16.rs1179 pub fn tanh(self) -> f16 { in tanh() method
Df128.rs1194 pub fn tanh(self) -> f128 { in tanh() method
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/
Df16.rs1179 pub fn tanh(self) -> f16 { in tanh() method
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/
Df128.rs1194 pub fn tanh(self) -> f128 { in tanh() method
Df16.rs1179 pub fn tanh(self) -> f16 { in tanh() method
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/
Df16.rs1179 pub fn tanh(self) -> f16 { in tanh() method

1234