Searched refs:BothDirections (Results 1 – 6 of 6) sorted by relevance
77 ReverseRow = (Direction == Vertical) || (Direction == BothDirections),78 ReverseCol = (Direction == Horizontal) || (Direction == BothDirections),81 ReversePacket = (Direction == BothDirections)
559 typedef Reverse<Derived, BothDirections> ReverseReturnType;560 typedef const Reverse<const Derived, BothDirections> ConstReverseReturnType;
1426 ReverseRow = (Direction == Vertical) || (Direction == BothDirections),1427 ReverseCol = (Direction == Horizontal) || (Direction == BothDirections),1428 ReversePacket = (Direction == BothDirections)1437 LinearAccess = ( (Direction==BothDirections) && (int(Flags0)&PacketAccessBit) )
271 BothDirections enumerator
247 template<typename MatrixType, int Direction = BothDirections> class Reverse;
46 Reverse<MatrixType, BothDirections> m1_rb(m1); in reverse()