Home
last modified time | relevance | path

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

/third_party/boost/boost/integer/
Dcommon_factor_rt.hpp61 … inline constexpr auto constexpr_swap(T&a, T& b) BOOST_GCD_NOEXCEPT(T) -> decltype(a.swap(b)) in constexpr_swap() function
66 inline constexpr void constexpr_swap(T&a, U& b...) BOOST_GCD_NOEXCEPT(T) in constexpr_swap() function
79 inline void constexpr_swap(T&a, T& b) BOOST_GCD_NOEXCEPT(T)
335 constexpr_swap(u, v); in mixed_binary_gcd()
357 constexpr_swap(u, v); in mixed_binary_gcd()
382 constexpr_swap(n, m); in Stein_gcd()
403 constexpr_swap(a, b); in Euclid_gcd()
/third_party/boost/libs/hana/include/boost/hana/detail/
Dalgorithm.hpp25 constexpr void constexpr_swap(T& x, T& y) { in constexpr_swap() function
36 detail::constexpr_swap(*first, *last); in reverse()
54 detail::constexpr_swap(*i, *j); in next_permutation()
/third_party/boost/boost/hana/detail/
Dalgorithm.hpp25 constexpr void constexpr_swap(T& x, T& y) { in constexpr_swap() function
36 detail::constexpr_swap(*first, *last); in reverse()
54 detail::constexpr_swap(*i, *j); in next_permutation()
/third_party/boost/libs/hana/test/detail/
Dalgorithm.cpp19 hana::detail::constexpr_swap(x, y); in constexpr_context()