Home
last modified time | relevance | path

Searched defs:evaluate_impl (Results 1 – 7 of 7) sorted by relevance

/dports/math/piranha/piranha-0.11/src/
H A Drational_function.hpp1605 struct evaluate_impl<T, U, typename std::enable_if<std::is_base_of<detail::rational_function_tag, T… struct
1609 using eval_type_ = decltype(
1613 …sing eval_type = typename std::enable_if<is_returnable<eval_type_<V>>::value, eval_type_<V>>::type;
1635 eval_type<V> operator()(const T &r, const std::unordered_map<std::string, V> &m) const in operator ()()
H A Dseries.hpp3469 struct evaluate_impl<Series, T, typename std::enable_if<is_series<Series>::value>::type> { struct
3472 using eval_type_
3475 …sing eval_type = typename std::enable_if<is_returnable<eval_type_<U>>::value, eval_type_<U>>::type;
3497 eval_type<U> operator()(const Series &s, const std::unordered_map<std::string, U> &dict) const in operator ()()
H A Dmath.hpp746 struct evaluate_impl { struct
749 …ypename std::enable_if<std::is_copy_constructible<V>::value && is_returnable<V>::value, int>::type;
/dports/math/py-piranha/piranha-0.11/src/
H A Drational_function.hpp1605 struct evaluate_impl<T, U, typename std::enable_if<std::is_base_of<detail::rational_function_tag, T… struct
1609 using eval_type_ = decltype(
1613 …sing eval_type = typename std::enable_if<is_returnable<eval_type_<V>>::value, eval_type_<V>>::type;
1635 eval_type<V> operator()(const T &r, const std::unordered_map<std::string, V> &m) const in operator ()()
H A Dseries.hpp3469 struct evaluate_impl<Series, T, typename std::enable_if<is_series<Series>::value>::type> { struct
3472 using eval_type_
3475 …sing eval_type = typename std::enable_if<is_returnable<eval_type_<U>>::value, eval_type_<U>>::type;
3497 eval_type<U> operator()(const Series &s, const std::unordered_map<std::string, U> &dict) const in operator ()()
H A Dmath.hpp746 struct evaluate_impl { struct
749 …ypename std::enable_if<std::is_copy_constructible<V>::value && is_returnable<V>::value, int>::type;
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Style/Evaluate/
H A Devaluate_main.cpp93 evaluate_impl (tree t) { in evaluate_impl() function