Home
last modified time | relevance | path

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

/dports/math/mppp/mppp-0.26/include/mp++/
H A Dinteger.hpp8098 inline void dispatch_in_place_xor(integer<SSize> &rop, const integer<SSize> &op) in dispatch_in_place_xor() function
8104 inline void dispatch_in_place_xor(integer<SSize> &rop, const T &op) in dispatch_in_place_xor() function
8106 dispatch_in_place_xor(rop, integer<SSize>{op}); in dispatch_in_place_xor()
8110 inline void dispatch_in_place_xor(T &rop, const integer<SSize> &op) in dispatch_in_place_xor() function
8139 detail::dispatch_in_place_xor(rop, op); in operator ^=()