Home
last modified time | relevance | path

Searched refs:sub3_impl (Results 1 – 4 of 4) sorted by relevance

/dports/math/piranha/piranha-0.11/src/
H A Dmath.hpp2578 struct sub3_impl { struct
2607 struct sub3_impl<T, typename std::enable_if<std::is_integral<T>::value>::type> { struct
2640 inline auto sub3(T &a, const T &b, const T &c) -> decltype(sub3_impl<T>()(a, b, c)) in sub3()
2642 return sub3_impl<T>()(a, b, c); in sub3()
H A Dmp_integer.hpp4677 struct sub3_impl<T, typename std::enable_if<detail::is_mp_integer<T>::value>::type> { struct
/dports/math/py-piranha/piranha-0.11/src/
H A Dmath.hpp2578 struct sub3_impl { struct
2607 struct sub3_impl<T, typename std::enable_if<std::is_integral<T>::value>::type> { struct
2640 inline auto sub3(T &a, const T &b, const T &c) -> decltype(sub3_impl<T>()(a, b, c)) in sub3()
2642 return sub3_impl<T>()(a, b, c); in sub3()
H A Dmp_integer.hpp4677 struct sub3_impl<T, typename std::enable_if<detail::is_mp_integer<T>::value>::type> { in Swap()