Home
last modified time | relevance | path

Searched defs:tanh_impl (Results 1 – 13 of 13) sorted by relevance

/dports/math/heyoka/heyoka-0.16.0/include/heyoka/math/
H A Dtanh.hpp29 class HEYOKA_DLL_PUBLIC tanh_impl : public func_base class
/dports/math/heyoka/heyoka-0.16.0/src/math/
H A Dtanh.cpp76 tanh_impl::tanh_impl(expression e) : func_base("tanh", std::vector{std::move(e)}) {} in tanh_impl() function in heyoka::detail::tanh_impl
78 tanh_impl::tanh_impl() : tanh_impl(0_dbl) {} in tanh_impl() function in heyoka::detail::tanh_impl
210 llvm::Value *taylor_diff_tanh_impl(llvm_state &, const tanh_impl &, const std::vector<std::uint32_t… in taylor_diff_tanh_impl()
382 llvm::Function *taylor_c_diff_func_tanh_impl(llvm_state &, const tanh_impl &, const U &, std::uint3… in taylor_c_diff_func_tanh_impl()
/dports/devel/py-numba/numba-0.51.2/numba/cpython/
H A Dcmathimpl.py352 def tanh_impl(context, builder, sig, args): function
353 def tanh_impl(z): function
H A Dmathimpl.py201 tanh_impl = unary_math_extern(math.tanh, "tanhf", "tanh") variable
/dports/math/gismo/gismo-21.12.0/extensions/gsCoDiPack/
H A Dexprtk_codi_rr_adaptor.hpp99 template <typename T> inline T tanh_impl(const T& v, codi_rr_type_tag) { return tanh (v); } in tanh_impl() function
H A Dexprtk_codi_rf_adaptor.hpp99 template <typename T> inline T tanh_impl(const T& v, codi_rf_type_tag) { return tanh (v); } in tanh_impl() function
/dports/math/gismo/gismo-21.12.0/external/
H A Dexprtk_gmp_adaptor.hpp98 template <typename T> inline T tanh_impl(const T& v, mpq_type_tag) { return tanh (v); } in tanh_impl() function
H A Dexprtk_ad_adaptor.hpp108 template <typename T> inline T tanh_impl(const T& v, ad_type_tag) { return tanh (v); } in tanh_impl() function
H A Dexprtk_mpfr_adaptor.hpp112 …template <typename T> inline T tanh_impl(const T& v, mpfrreal_type_tag) { return mpfr::tanh (v); } in tanh_impl() function
H A Dexprtk.hpp1312 … template <typename T> inline T tanh_impl(const T v, real_type_tag) { return std::tanh (v); } in tanh_impl() function
1352 …template <typename T> inline T tanh_impl(const T , int_type_tag) { return std::numeric_limits<T>… in tanh_impl() function
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A Dexprtk.hpp1320 … template <typename T> inline T tanh_impl(const T v, real_type_tag) { return std::tanh (v); } in tanh_impl() function
1361 …template <typename T> inline T tanh_impl(const T , int_type_tag) { return std::numeric_limits<T>… in tanh_impl() function
/dports/math/exprtk/exprtk-ca5c577917646ddba3f71ce6d5dd7d01f351ee80/
H A Dexprtk.hpp1312 … template <typename T> inline T tanh_impl(const T v, real_type_tag) { return std::tanh (v); } in tanh_impl() function
1352 …template <typename T> inline T tanh_impl(const T , int_type_tag) { return std::numeric_limits<T>… in tanh_impl() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exprtk/vtkexprtk/
H A Dexprtk.hpp1322 … template <typename T> inline T tanh_impl(const T v, real_type_tag) { return std::tanh (v); } in tanh_impl() function
1363 …template <typename T> inline T tanh_impl(const T , int_type_tag) { return std::numeric_limits<T>… in tanh_impl() function