Lines Matching refs:Output

589     T: ops::Add<Output = T>,
591 type Output = T; typedef
593 fn add(self, rhs: Bounded<T, M>) -> Self::Output { in add() argument
601 T: ops::BitAnd<Output = T>,
603 type Output = T; typedef
605 fn bitand(self, rhs: Bounded<T, M>) -> Self::Output { in bitand() argument
613 T: ops::BitOr<Output = T>,
615 type Output = T; typedef
617 fn bitor(self, rhs: Bounded<T, M>) -> Self::Output { in bitor() argument
625 T: ops::BitXor<Output = T>,
627 type Output = T; typedef
629 fn bitxor(self, rhs: Bounded<T, M>) -> Self::Output { in bitxor() argument
637 T: ops::Div<Output = T>,
639 type Output = T; typedef
641 fn div(self, rhs: Bounded<T, M>) -> Self::Output { in div() argument
649 T: ops::Mul<Output = T>,
651 type Output = T; typedef
653 fn mul(self, rhs: Bounded<T, M>) -> Self::Output { in mul() argument
661 T: ops::Rem<Output = T>,
663 type Output = T; typedef
665 fn rem(self, rhs: Bounded<T, M>) -> Self::Output { in rem() argument
673 T: ops::Sub<Output = T>,
675 type Output = T; typedef
677 fn sub(self, rhs: Bounded<T, M>) -> Self::Output { in sub() argument
687 T: ops::Add<Output = T>,
689 type Output = T; typedef
691 fn add(self, rhs: T) -> Self::Output { in add() argument
699 T: ops::BitAnd<Output = T>,
701 type Output = T; typedef
703 fn bitand(self, rhs: T) -> Self::Output { in bitand() argument
711 T: ops::BitOr<Output = T>,
713 type Output = T; typedef
715 fn bitor(self, rhs: T) -> Self::Output { in bitor() argument
723 T: ops::BitXor<Output = T>,
725 type Output = T; typedef
727 fn bitxor(self, rhs: T) -> Self::Output { in bitxor() argument
735 T: ops::Div<Output = T>,
737 type Output = T; typedef
739 fn div(self, rhs: T) -> Self::Output { in div() argument
747 T: ops::Mul<Output = T>,
749 type Output = T; typedef
751 fn mul(self, rhs: T) -> Self::Output { in mul() argument
759 T: ops::Neg<Output = T>,
761 type Output = T; typedef
763 fn neg(self) -> Self::Output { in neg() argument
771 T: ops::Not<Output = T>,
773 type Output = T; typedef
775 fn not(self) -> Self::Output { in not() argument
783 T: ops::Rem<Output = T>,
785 type Output = T; typedef
787 fn rem(self, rhs: T) -> Self::Output { in rem() argument
795 T: ops::Sub<Output = T>,
797 type Output = T; typedef
799 fn sub(self, rhs: T) -> Self::Output { in sub() argument