Home
last modified time | relevance | path

Searched defs:sin_impl (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/heyoka/heyoka-0.16.0/include/heyoka/math/
H A Dsin.hpp30 class HEYOKA_DLL_PUBLIC sin_impl : public func_base class
/dports/math/heyoka/heyoka-0.16.0/src/math/
H A Dsin.cpp77 sin_impl::sin_impl(expression e) : func_base("sin", std::vector{std::move(e)}) {} in sin_impl() function in heyoka::detail::sin_impl
79 sin_impl::sin_impl() : sin_impl(0_dbl) {} in sin_impl() function in heyoka::detail::sin_impl
256 llvm::Value *taylor_diff_sin_impl(llvm_state &, const sin_impl &, const std::vector<std::uint32_t> … in taylor_diff_sin_impl()
426 llvm::Function *taylor_c_diff_func_sin_impl(llvm_state &, const sin_impl &, const U &, std::uint32_… in taylor_c_diff_func_sin_impl()
/dports/math/piranha/piranha-0.11/src/
H A Dpoisson_series.hpp141 sin_type<T> sin_impl() const in sin_impl() function in piranha::poisson_series
151 sin_type<T> sin_impl() const in sin_impl() function in piranha::poisson_series
157 sin_type<T> sin_impl() const in sin_impl() function in piranha::poisson_series
H A Dmath.hpp534 struct sin_impl { struct
543 struct sin_impl<T, typename std::enable_if<std::is_floating_point<T>::value>::type> { struct
552 T operator()(const T &x) const in operator ()()
563 struct sin_impl<T, typename std::enable_if<std::is_integral<T>::value>::type> { struct
572 T operator()(const T &x) const in operator ()()
H A Drational_function.hpp1670 struct sin_impl<T, typename std::enable_if<std::is_base_of<detail::rational_function_tag, T>::value… struct
1679 T operator()(const T &r) const in operator ()()
H A Dmp_rational.hpp2059 struct sin_impl<T, typename std::enable_if<detail::is_mp_rational<T>::value>::type> { struct
2068 T operator()(const T &q) const in operator ()()
H A Dreal.hpp2002 struct sin_impl<T, typename std::enable_if<std::is_same<T, real>::value>::type> { struct
2011 real operator()(const T &r) const in operator ()()
H A Dseries.hpp3328 struct sin_impl<Series, detail::series_sin_enabler<Series>> { struct
3341 auto operator()(const Series &s) const -> decltype(detail::series_sin_impl(s)) in operator ()()
H A Dmp_integer.hpp4551 struct sin_impl<T, typename std::enable_if<detail::is_mp_integer<T>::value>::type> { struct
4560 T operator()(const T &n) const in operator ()()
/dports/math/py-piranha/piranha-0.11/src/
H A Dpoisson_series.hpp141 sin_type<T> sin_impl() const in sin_impl() function in piranha::poisson_series
151 sin_type<T> sin_impl() const in sin_impl() function in piranha::poisson_series
157 sin_type<T> sin_impl() const in sin_impl() function in piranha::poisson_series
H A Dmath.hpp534 struct sin_impl { struct
543 struct sin_impl<T, typename std::enable_if<std::is_floating_point<T>::value>::type> { struct
552 T operator()(const T &x) const in operator ()()
563 struct sin_impl<T, typename std::enable_if<std::is_integral<T>::value>::type> { struct
572 T operator()(const T &x) const in operator ()()
H A Drational_function.hpp1670 struct sin_impl<T, typename std::enable_if<std::is_base_of<detail::rational_function_tag, T>::value… struct
1679 T operator()(const T &r) const in operator ()()
H A Dmp_rational.hpp2059 struct sin_impl<T, typename std::enable_if<detail::is_mp_rational<T>::value>::type> { struct
2068 T operator()(const T &q) const in operator ()()
H A Dreal.hpp2004 struct sin_impl<T, typename std::enable_if<std::is_same<T, real>::value>::type> { struct
2013 real operator()(const T &r) const in operator ()()
H A Dseries.hpp3328 struct sin_impl<Series, detail::series_sin_enabler<Series>> { struct
3341 auto operator()(const Series &s) const -> decltype(detail::series_sin_impl(s)) in operator ()()
/dports/math/piranha/piranha-0.11/tests/
H A Dseries_04.cpp315 struct sin_impl<T, typename std::enable_if<std::is_same<T, mock_cf>::value>::type> { struct
326 struct sin_impl<T, typename std::enable_if<std::is_same<T, mock_cf2>::value>::type> { struct
H A Dmath.cpp317 struct sin_impl<sin_00, void> { struct
322 struct sin_impl<sin_01, void> { struct
/dports/devel/py-numba/numba-0.51.2/numba/cpython/
H A Dcmathimpl.py306 def sin_impl(context, builder, sig, args): function
307 def sin_impl(z): function
H A Dmathimpl.py180 sin_impl = unary_math_intr(math.sin, lc.INTR_SIN) variable
/dports/math/gismo/gismo-21.12.0/extensions/gsCoDiPack/
H A Dexprtk_codi_rr_adaptor.hpp95 template <typename T> inline T sin_impl(const T& v, codi_rr_type_tag) { return sin (v); } in sin_impl() function
H A Dexprtk_codi_rf_adaptor.hpp95 template <typename T> inline T sin_impl(const T& v, codi_rf_type_tag) { return sin (v); } in sin_impl() function
/dports/math/gismo/gismo-21.12.0/external/
H A Dexprtk_gmp_adaptor.hpp94 template <typename T> inline T sin_impl(const T& v, mpq_type_tag) { return sin (v); } in sin_impl() function
H A Dexprtk_ad_adaptor.hpp104 template <typename T> inline T sin_impl(const T& v, ad_type_tag) { return sin (v); } in sin_impl() function
H A Dexprtk_mpfr_adaptor.hpp108 …template <typename T> inline T sin_impl(const T& v, mpfrreal_type_tag) { return mpfr::sin (v); } in sin_impl() function
H A Dexprtk.hpp1308 … template <typename T> inline T sin_impl(const T v, real_type_tag) { return std::sin (v); } in sin_impl() function
1349 …template <typename T> inline T sin_impl(const T , int_type_tag) { return std::numeric_limits<T>… in sin_impl() function

12