Lines Matching refs:Output

592     T: ops::Add<Output = T>,
594 type Output = T; typedef
596 fn add(self, rhs: Bounded<T, M>) -> Self::Output { in add() argument
604 T: ops::BitAnd<Output = T>,
606 type Output = T; typedef
608 fn bitand(self, rhs: Bounded<T, M>) -> Self::Output { in bitand() argument
616 T: ops::BitOr<Output = T>,
618 type Output = T; typedef
620 fn bitor(self, rhs: Bounded<T, M>) -> Self::Output { in bitor() argument
628 T: ops::BitXor<Output = T>,
630 type Output = T; typedef
632 fn bitxor(self, rhs: Bounded<T, M>) -> Self::Output { in bitxor() argument
640 T: ops::Div<Output = T>,
642 type Output = T; typedef
644 fn div(self, rhs: Bounded<T, M>) -> Self::Output { in div() argument
652 T: ops::Mul<Output = T>,
654 type Output = T; typedef
656 fn mul(self, rhs: Bounded<T, M>) -> Self::Output { in mul() argument
664 T: ops::Rem<Output = T>,
666 type Output = T; typedef
668 fn rem(self, rhs: Bounded<T, M>) -> Self::Output { in rem() argument
676 T: ops::Sub<Output = T>,
678 type Output = T; typedef
680 fn sub(self, rhs: Bounded<T, M>) -> Self::Output { in sub() argument
690 T: ops::Add<Output = T>,
692 type Output = T; typedef
694 fn add(self, rhs: T) -> Self::Output { in add() argument
702 T: ops::BitAnd<Output = T>,
704 type Output = T; typedef
706 fn bitand(self, rhs: T) -> Self::Output { in bitand() argument
714 T: ops::BitOr<Output = T>,
716 type Output = T; typedef
718 fn bitor(self, rhs: T) -> Self::Output { in bitor() argument
726 T: ops::BitXor<Output = T>,
728 type Output = T; typedef
730 fn bitxor(self, rhs: T) -> Self::Output { in bitxor() argument
738 T: ops::Div<Output = T>,
740 type Output = T; typedef
742 fn div(self, rhs: T) -> Self::Output { in div() argument
750 T: ops::Mul<Output = T>,
752 type Output = T; typedef
754 fn mul(self, rhs: T) -> Self::Output { in mul() argument
762 T: ops::Neg<Output = T>,
764 type Output = T; typedef
766 fn neg(self) -> Self::Output { in neg() argument
774 T: ops::Not<Output = T>,
776 type Output = T; typedef
778 fn not(self) -> Self::Output { in not() argument
786 T: ops::Rem<Output = T>,
788 type Output = T; typedef
790 fn rem(self, rhs: T) -> Self::Output { in rem() argument
798 T: ops::Sub<Output = T>,
800 type Output = T; typedef
802 fn sub(self, rhs: T) -> Self::Output { in sub() argument